metze/wireshark/wip.git
17 years agoOnly include the license text and not the rest of the source file
Jörg Mayer [Thu, 26 Oct 2006 16:39:34 +0000 (16:39 -0000)]
Only include the license text and not the rest of the source file
it was copied from as well.

svn path=/trunk/; revision=19708

17 years agofrederic.heem:
Jörg Mayer [Thu, 26 Oct 2006 15:36:50 +0000 (15:36 -0000)]
frederic.heem:
  Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt

me:
  Fix a typo, change gcc flags to mimic the behaviour of autofoo
  stuff.

svn path=/trunk/; revision=19707

17 years agoDon't include /usr/local if usage of /usr/local has been disabled via
Jörg Mayer [Thu, 26 Oct 2006 14:50:03 +0000 (14:50 -0000)]
Don't include /usr/local if usage of /usr/local has been disabled via
configure option.

svn path=/trunk/; revision=19706

17 years agoFrom Xiaoguang Liu
Jaap Keuter [Thu, 26 Oct 2006 14:36:09 +0000 (14:36 -0000)]
From Xiaoguang Liu
In wireshark a NTP field is displayed as "clock dispersion".
But should it be called "root dispersion" as per RFC 1305?

svn path=/trunk/; revision=19705

17 years agoCast away remaining warnings seen on buildbot
Martin Mathieson [Thu, 26 Oct 2006 12:45:14 +0000 (12:45 -0000)]
Cast away remaining warnings seen on buildbot

svn path=/trunk/; revision=19704

17 years agoMention the 64-bit-integer accessors.
Guy Harris [Thu, 26 Oct 2006 10:27:16 +0000 (10:27 -0000)]
Mention the 64-bit-integer accessors.

svn path=/trunk/; revision=19703

17 years agoHopefully zap some warnings
Martin Mathieson [Thu, 26 Oct 2006 10:11:09 +0000 (10:11 -0000)]
Hopefully zap some warnings

svn path=/trunk/; revision=19702

17 years agobreak request/response matching to track transactions out from the CONTROL handler...
Ronnie Sahlberg [Thu, 26 Oct 2006 08:37:39 +0000 (08:37 -0000)]
break request/response matching to track transactions out from the CONTROL handler to use the same code for ALL pdu types

svn path=/trunk/; revision=19701

17 years agoslightly improve info column output
Ulf Lamping [Thu, 26 Oct 2006 08:08:13 +0000 (08:08 -0000)]
slightly improve info column output

svn path=/trunk/; revision=19700

17 years agoput python script name in brackets
Ulf Lamping [Thu, 26 Oct 2006 08:07:13 +0000 (08:07 -0000)]
put python script name in brackets

svn path=/trunk/; revision=19699

17 years agofrom stephen f fix for 1040
Ronnie Sahlberg [Thu, 26 Oct 2006 07:45:01 +0000 (07:45 -0000)]
from stephen f    fix for 1040

Attached is a patch to fix bug #1040: "imap packet: not all infos are
displayed."  It has been tested against the capture file the user
provided as well as my own capture of an imap session.

Thanks,
  Steve

svn path=/trunk/; revision=19698

17 years agoupdate of shaun j's detains
Ronnie Sahlberg [Thu, 26 Oct 2006 07:34:22 +0000 (07:34 -0000)]
update of shaun j's detains

svn path=/trunk/; revision=19697

17 years agoMissed a change.
Anders Broman [Thu, 26 Oct 2006 07:34:10 +0000 (07:34 -0000)]
Missed a change.

svn path=/trunk/; revision=19696

17 years agoPreparations for using the latest GTK 2.8 files for now only gettext is updated.
Anders Broman [Thu, 26 Oct 2006 07:25:07 +0000 (07:25 -0000)]
Preparations for using the latest GTK 2.8 files for now only gettext is updated.

svn path=/trunk/; revision=19695

17 years agodon't use custom build buttons for standard tasks like: Ok, Apply, Cancel.
Ulf Lamping [Thu, 26 Oct 2006 00:39:05 +0000 (00:39 -0000)]
don't use custom build buttons for standard tasks like: Ok, Apply, Cancel.

It might be a good idea to add tooltips to the various GUI elements - this makes understanding the GUI *much* faster.

svn path=/trunk/; revision=19694

17 years agothe labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty...
Ulf Lamping [Wed, 25 Oct 2006 23:54:56 +0000 (23:54 -0000)]
the labels of the airpcap toolbar, e.g. "Not a valid Wireless Interface" are pretty misleading. I've changed it to "AirPcap interface: Not selected" which might be more helpful

svn path=/trunk/; revision=19693

17 years agoRemove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.
Anders Broman [Wed, 25 Oct 2006 22:09:48 +0000 (22:09 -0000)]
Remove some unused asn1 code(not in spec) to get rid of some Ubuntu warnings.

svn path=/trunk/; revision=19688

17 years agoUnreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
Guy Harris [Wed, 25 Oct 2006 19:48:54 +0000 (19:48 -0000)]
Unreffing rci->cursor_pixbuf should cause the pixbuf to be released, so
null out the pointer to it.  This prevents a freed pixbuf from being
used.

svn path=/trunk/; revision=19687

17 years agoFix Id marking
Anders Broman [Wed, 25 Oct 2006 19:26:58 +0000 (19:26 -0000)]
Fix Id marking

svn path=/trunk/; revision=19686

17 years agoInclude the top-level header for CoreFoundation, to see whether it'll
Guy Harris [Wed, 25 Oct 2006 18:25:17 +0000 (18:25 -0000)]
Include the top-level header for CoreFoundation, to see whether it'll
fix a build failure I've seen on L**p*rd.

svn path=/trunk/; revision=19685

17 years agoAdd more paranoid pointer checks. Fixes CID 219.
Gerald Combs [Wed, 25 Oct 2006 17:00:33 +0000 (17:00 -0000)]
Add more paranoid pointer checks.  Fixes CID 219.

svn path=/trunk/; revision=19684

17 years agoAllow DCT2000 support to find a couple of more protocols.
Martin Mathieson [Wed, 25 Oct 2006 16:46:27 +0000 (16:46 -0000)]
Allow DCT2000 support to find a couple of more protocols.
Try to squash some warnings seen on the ubuntu buildbot log

svn path=/trunk/; revision=19683

17 years agoSquelch Coverity CID 220. Fix up whitespace.
Gerald Combs [Wed, 25 Oct 2006 16:39:19 +0000 (16:39 -0000)]
Squelch Coverity CID 220.  Fix up whitespace.

svn path=/trunk/; revision=19682

17 years agoFrom Stephen Fisher
Jaap Keuter [Wed, 25 Oct 2006 15:22:39 +0000 (15:22 -0000)]
From Stephen Fisher
Attached is a patch to fix bug #1170: "Wireshark interpretation of WBXML
does not comply with Spec."  This has been verified with the sample
capture the user provided.

svn path=/trunk/; revision=19681

17 years agoFix bug 1085 -- handle the various ways that a radiotap frame can
Gilbert Ramirez [Wed, 25 Oct 2006 15:16:49 +0000 (15:16 -0000)]
Fix bug 1085 --  handle the various ways that a radiotap frame can
have an FCS. Also, clean up the parsing and presentation of the various
flags, and show some that aren't already shown.

svn path=/trunk/; revision=19680

17 years agoClean up some compiler warnings.
Guy Harris [Wed, 25 Oct 2006 03:03:53 +0000 (03:03 -0000)]
Clean up some compiler warnings.

svn path=/trunk/; revision=19679

17 years agoAttempt to squelch Coverity CID 221.
Gerald Combs [Wed, 25 Oct 2006 00:49:36 +0000 (00:49 -0000)]
Attempt to squelch Coverity CID 221.

svn path=/trunk/; revision=19678

17 years agoAttempt to get compilation working under Windows.
Gerald Combs [Wed, 25 Oct 2006 00:17:28 +0000 (00:17 -0000)]
Attempt to get compilation working under Windows.

svn path=/trunk/; revision=19677

17 years agoFrom Reinhard Speyerer:
Anders Broman [Tue, 24 Oct 2006 22:06:34 +0000 (22:06 -0000)]
From Reinhard Speyerer:
Fixes the incorrect decoding of the CC-SETUP CLIR suppression and invoke info elements (which seem to have been copied from the location update accept PDU).

and added some info from a later spec.

svn path=/trunk/; revision=19675

17 years agoPut a trailing ellipsis behind the wireless toolbar buttons since they open
Gerald Combs [Tue, 24 Oct 2006 21:07:05 +0000 (21:07 -0000)]
Put a trailing ellipsis behind the wireless toolbar buttons since they open
a new window.

svn path=/trunk/; revision=19673

17 years agoParts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179
Jörg Mayer [Tue, 24 Oct 2006 17:39:32 +0000 (17:39 -0000)]
Parts of bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179

Frederic Heem:
* More cmake system checks. It compiles dumpcap without running configure,

svn path=/trunk/; revision=19672

17 years agoImprove the documentation generators
Luis Ontanon [Tue, 24 Oct 2006 17:34:17 +0000 (17:34 -0000)]
Improve the documentation generators
add some docs.

svn path=/trunk/; revision=19671

17 years agoHave Lua disabled by default.
Luis Ontanon [Tue, 24 Oct 2006 13:16:57 +0000 (13:16 -0000)]
Have Lua disabled by default.

Add more documentation to the code.
change make-dco.pl so that it creates more readable docbook output.

This should be copied over to 0.99.4

svn path=/trunk/; revision=19670

17 years agoby popular request
Ronnie Sahlberg [Tue, 24 Oct 2006 07:27:32 +0000 (07:27 -0000)]
by popular request
reintroducing the ACK_RTT   measurement how long it took to ACK a data segment

Gerald   this is a trivially correct patch   can you apply it to the release branch?

svn path=/trunk/; revision=19669

17 years agoFrom Alejandro Vaquero:
Anders Broman [Tue, 24 Oct 2006 05:21:00 +0000 (05:21 -0000)]
From Alejandro Vaquero:
For the Radius dissector to add statistics
 in the "Service Response Time" menu and the tshark stats.

svn path=/trunk/; revision=19668

17 years agoFrom Alejandro Vaquero:
Jaap Keuter [Tue, 24 Oct 2006 05:17:49 +0000 (05:17 -0000)]
From Alejandro Vaquero:
Find attached a patch for this bug. The problem was actually in the "Voip Calls" logic, when the first RTP packet was after the last signaling packet (e.g. a call connected and the release not captured), that caused the RTP to not be added to the graph list and therefor to the player.

svn path=/trunk/; revision=19667

17 years agoFix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.
Jaap Keuter [Mon, 23 Oct 2006 22:43:11 +0000 (22:43 -0000)]
Fix for bug 1178. Allow FT_?INT24 BASE_DEC VALs in the expression selection dialog.

svn path=/trunk/; revision=19666

17 years agoAdd support for dissecting RSVP E2E IGNORE proto packets (RFC3175)
Ashok Narayanan [Mon, 23 Oct 2006 17:32:15 +0000 (17:32 -0000)]
Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)

svn path=/trunk/; revision=19665

17 years ago- Fix problems with parsing sctpprim headers
Martin Mathieson [Mon, 23 Oct 2006 17:22:20 +0000 (17:22 -0000)]
- Fix problems with parsing sctpprim headers
- Add dissection of nbap (as encap or inside sctp primitive)

svn path=/trunk/; revision=19664

17 years agoUse G_GINT64_CONSTANT to handle 64-bit constants in the code.
Michael Tüxen [Mon, 23 Oct 2006 17:12:48 +0000 (17:12 -0000)]
Use G_GINT64_CONSTANT to handle 64-bit constants in the code.

svn path=/trunk/; revision=19663

17 years agoAs proposed by Tim Furlong:
Luis Ontanon [Mon, 23 Oct 2006 14:57:54 +0000 (14:57 -0000)]
As proposed by Tim Furlong:
set starttm.tm_isdst to -1 to have mktime() propperly interpret DST.
Might fix Bug 1158

svn path=/trunk/; revision=19662

17 years agoFrom Stephen Fisher:
Jaap Keuter [Mon, 23 Oct 2006 05:30:37 +0000 (05:30 -0000)]
From Stephen Fisher:
Here is a patch to make a few small fixes to packet-wlccp.c:

svn path=/trunk/; revision=19661

17 years agoFix bug 1173, remove the space after the comma in CSV lines
Jaap Keuter [Sun, 22 Oct 2006 14:28:54 +0000 (14:28 -0000)]
Fix bug 1173, remove the space after the comma in CSV lines

svn path=/trunk/; revision=19660

17 years agoadd a dissector table for class specific control input/output pdus
Ronnie Sahlberg [Sun, 22 Oct 2006 11:49:23 +0000 (11:49 -0000)]
add a dissector table for class specific control input/output pdus

implement class specific control commands : reset and getmaxlun for mass storage

now with a better understanding of the problem space for usb and device classes we can start cleaning the code up and make it nice

svn path=/trunk/; revision=19659

17 years agoadd tracking of interface class for CONTROL_INPUT as well as existing support for...
Ronnie Sahlberg [Sun, 22 Oct 2006 09:38:59 +0000 (09:38 -0000)]
add tracking of interface class for CONTROL_INPUT as well as existing support for BULK INPUT/OUTPUT

svn path=/trunk/; revision=19658

17 years agofix some endianess issues
Ronnie Sahlberg [Sun, 22 Oct 2006 05:21:37 +0000 (05:21 -0000)]
fix some endianess issues

svn path=/trunk/; revision=19657

17 years agodissect the individual bits in the CONFIDURATION descriptor field for the endpoint...
Ronnie Sahlberg [Sun, 22 Oct 2006 01:21:20 +0000 (01:21 -0000)]
dissect the individual bits in the CONFIDURATION descriptor field for the endpoint address

svn path=/trunk/; revision=19656

17 years agoadd a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_p...
Ronnie Sahlberg [Sun, 22 Oct 2006 00:21:40 +0000 (00:21 -0000)]
add a tcp_tree field to packet_info so that we can access the tree from tcp_dissect_pdus() (and others if need be)

in tcp_dissect_pdus()  add a field ( tcp.pdu.size ) to the tree that displays the pdu size.

svn path=/trunk/; revision=19655

17 years agoteach the http header dissector how to handle integer fields instead of just assuming...
Ronnie Sahlberg [Sat, 21 Oct 2006 22:17:43 +0000 (22:17 -0000)]
teach the http header dissector how to handle integer fields instead of just assuming everything is a string field

change http.content_length to be FT_UINT32

svn path=/trunk/; revision=19654

17 years agoPut the ", " before the PortAudio item regardless of whether we have
Guy Harris [Sat, 21 Oct 2006 17:48:45 +0000 (17:48 -0000)]
Put the ", " before the PortAudio item regardless of whether we have
PortAudio or not; this fixes 1174.

svn path=/trunk/; revision=19653

17 years agothe text in the about box license page was hard to read because of line breaks at...
Ulf Lamping [Sat, 21 Oct 2006 12:06:26 +0000 (12:06 -0000)]
the text in the about box license page was hard to read because of line breaks at the wrong places.

set the minimum size of the widget to 600 pixels - this is working well on my machine. If anyone has problems even with this width (e.g. because of using a larger font) we might increase the size even further.

Of course, this increases the overall size of the about dialog, but the other tabs seem to be working well with it.

svn path=/trunk/; revision=19652

17 years agoremove two packaging warnings - could this be applied to 0.99.4?
Ulf Lamping [Sat, 21 Oct 2006 09:40:18 +0000 (09:40 -0000)]
remove two packaging warnings - could this be applied to 0.99.4?

svn path=/trunk/; revision=19651

17 years agothe flags are FT_BOOLEAN not FT_UINT8
Ronnie Sahlberg [Sat, 21 Oct 2006 05:07:48 +0000 (05:07 -0000)]
the flags are FT_BOOLEAN not FT_UINT8

svn path=/trunk/; revision=19650

17 years agoprettify the flags field and power consumption for CONFIGURATION DESCRIPTOR
Ronnie Sahlberg [Sat, 21 Oct 2006 04:57:12 +0000 (04:57 -0000)]
prettify the flags field and power consumption for CONFIGURATION DESCRIPTOR

dissect the self-powered and the remote-wakeup flags
show the powerconsumption in mA

svn path=/trunk/; revision=19649

17 years agoAirPcap fixes from Giorgio Tino:
Gerald Combs [Fri, 20 Oct 2006 23:22:53 +0000 (23:22 -0000)]
AirPcap fixes from Giorgio Tino:

1) When choosing to Merge, Import or Keep decryption keys,  key lists will be saved to the preferences file AND into the registry.

2) Now if you check/uncheck the WEP deccryption checkbox in the Preferences..., the AirPcap toolbar will be modified as well.

svn path=/trunk/; revision=19646

17 years agoMS usually calls this a build number, not a patch (e.g. see the system version info)
Ulf Lamping [Fri, 20 Oct 2006 20:21:52 +0000 (20:21 -0000)]
MS usually calls this a build number, not a patch (e.g. see the system version info)

svn path=/trunk/; revision=19643

17 years agodon't fail to create an installer if LUA_DIR or NET_SNMP_DIR are not defined (both...
Ulf Lamping [Fri, 20 Oct 2006 20:06:44 +0000 (20:06 -0000)]
don't fail to create an installer if LUA_DIR or NET_SNMP_DIR are not defined (both optional)

svn path=/trunk/; revision=19642

17 years agoDon't display the Play button if we're not built with the RTP player.
Guy Harris [Fri, 20 Oct 2006 20:05:27 +0000 (20:05 -0000)]
Don't display the Play button if we're not built with the RTP player.

In tests for whether we're built with the RTP player, test
HAVE_LIBPORTAUDIO first - hopefully we can eventually get rid of the
test for the GTK+ version number.

svn path=/trunk/; revision=19641

17 years agoCatch an infinite loop. Fixes bug 1172.
Gerald Combs [Fri, 20 Oct 2006 19:37:11 +0000 (19:37 -0000)]
Catch an infinite loop.  Fixes bug 1172.

svn path=/trunk/; revision=19640

17 years agoFrom Stephen Fisher: put a newline at the end, to squelch warnings.
Guy Harris [Fri, 20 Oct 2006 19:29:41 +0000 (19:29 -0000)]
From Stephen Fisher: put a newline at the end, to squelch warnings.

svn path=/trunk/; revision=19639

17 years agoOne more Ethereal -> Wireshark name change
Jaap Keuter [Fri, 20 Oct 2006 19:19:33 +0000 (19:19 -0000)]
One more Ethereal -> Wireshark name change

svn path=/trunk/; revision=19638

17 years agoLine up the colons in the list of configure options.
Guy Harris [Fri, 20 Oct 2006 18:51:51 +0000 (18:51 -0000)]
Line up the colons in the list of configure options.

svn path=/trunk/; revision=19637

17 years agoGet rid of a duplicate call.
Guy Harris [Fri, 20 Oct 2006 18:49:02 +0000 (18:49 -0000)]
Get rid of a duplicate call.

svn path=/trunk/; revision=19636

17 years agoPut the period into ITU-T Recommendation names.
Guy Harris [Fri, 20 Oct 2006 18:41:40 +0000 (18:41 -0000)]
Put the period into ITU-T Recommendation names.

Clean up indentation.

svn path=/trunk/; revision=19635

17 years agoAdd #defines for the column numbers, and use them.
Guy Harris [Fri, 20 Oct 2006 18:36:42 +0000 (18:36 -0000)]
Add #defines for the column numbers, and use them.

Clean up indentation.

svn path=/trunk/; revision=19634

17 years agoClean up indentation.
Guy Harris [Fri, 20 Oct 2006 18:18:50 +0000 (18:18 -0000)]
Clean up indentation.

Fix typos.

Null out "pa_stream" when the stream is closed; this appears to prevent
some crashes.

svn path=/trunk/; revision=19633

17 years agoDon't destroy something if it doesn't exist.
Guy Harris [Fri, 20 Oct 2006 17:56:21 +0000 (17:56 -0000)]
Don't destroy something if it doesn't exist.

svn path=/trunk/; revision=19632

17 years agoDon't pass an uninitialized string to gtk_widget_create_pango_layout();
Guy Harris [Fri, 20 Oct 2006 17:47:28 +0000 (17:47 -0000)]
Don't pass an uninitialized string to gtk_widget_create_pango_layout();
it supports NULL for "no text".

svn path=/trunk/; revision=19631

17 years agoDon't do things with the RTP channels hash table if it hasn't been
Guy Harris [Fri, 20 Oct 2006 17:30:27 +0000 (17:30 -0000)]
Don't do things with the RTP channels hash table if it hasn't been
created yet.

svn path=/trunk/; revision=19630

17 years agoFix the progress bars.
Guy Harris [Fri, 20 Oct 2006 17:12:52 +0000 (17:12 -0000)]
Fix the progress bars.

svn path=/trunk/; revision=19629

17 years agoAdd an expert item for detecting ARP request packet storms. The time period and...
Martin Mathieson [Fri, 20 Oct 2006 14:20:22 +0000 (14:20 -0000)]
Add an expert item for detecting ARP request packet storms.  The time period and number of requests needed are configurable.  I've turned the preference to do the detection off, because I'm not sure what might be sensible defaults for the other fields...

svn path=/trunk/; revision=19628

17 years agoReport roundtrip delay as expert item
Martin Mathieson [Fri, 20 Oct 2006 14:05:18 +0000 (14:05 -0000)]
Report roundtrip delay as expert item

svn path=/trunk/; revision=19627

17 years agoMinor info column formatting + improved hf long text entries
Martin Mathieson [Fri, 20 Oct 2006 14:03:28 +0000 (14:03 -0000)]
Minor info column formatting + improved hf long text entries

svn path=/trunk/; revision=19626

17 years agoDo the word-wrapping in end_string(), once the string is completely
Guy Harris [Fri, 20 Oct 2006 09:06:24 +0000 (09:06 -0000)]
Do the word-wrapping in end_string(), once the string is completely
constructed.  Clean up the insertion of ", ".

Put the runtime libpcap version into the runtime version info.

svn path=/trunk/; revision=19625

17 years agoMake dumpcap complile again and other minor improvements.
Jaap Keuter [Fri, 20 Oct 2006 06:24:56 +0000 (06:24 -0000)]
Make dumpcap complile again and other minor improvements.

svn path=/trunk/; revision=19624

17 years agoFixes bug 1166, adds DNET decoding to I-Could-Be-Router-To-Network message.
Jaap Keuter [Fri, 20 Oct 2006 05:56:56 +0000 (05:56 -0000)]
Fixes bug 1166, adds DNET decoding to I-Could-Be-Router-To-Network message.

svn path=/trunk/; revision=19623

17 years agofix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168
Bill Meier [Fri, 20 Oct 2006 01:17:17 +0000 (01:17 -0000)]
fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168

svn path=/trunk/; revision=19622

17 years agoRemove an extra space.
Gerald Combs [Thu, 19 Oct 2006 23:57:46 +0000 (23:57 -0000)]
Remove an extra space.

svn path=/trunk/; revision=19621

17 years agoRename get_epan_and_portaudio_version_info() to get_gui_compiled_info()
Gerald Combs [Thu, 19 Oct 2006 22:43:38 +0000 (22:43 -0000)]
Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()
and add version info for AirPcap.  Add a corresponding
get_gui_runtime_info().  Fix up whitespace.

svn path=/trunk/; revision=19620

17 years agoFrom Stephen Fisher:
Jaap Keuter [Thu, 19 Oct 2006 21:39:18 +0000 (21:39 -0000)]
From Stephen Fisher:
Attached is a patch to fix bug #1165.  To summarize: "if you click on the button to change the background color and hit ok, it changes not only the name field but also the string field's color away from the red/green [syntax check]."

svn path=/trunk/; revision=19619

17 years agoClean up the word wrap stuff a bit. (Arguably, that should be done in
Guy Harris [Thu, 19 Oct 2006 21:17:23 +0000 (21:17 -0000)]
Clean up the word wrap stuff a bit.  (Arguably, that should be done in
the code that displays it - we might, for example, be able to have the
About dialog word-wrap to the appropriate size, and word-wrap text
printed to the standard output to the terminal width if it's going to a
terminal and to 80 or whatever columns otherwise.)

Don't report anything in dumpcap about libraries not used by dumpcap.
(It was printing a blank, which looked a bit weird.)

Fix the handling of _MSC_VER as per Gerald's fix for _MSC_FULL_VER.

svn path=/trunk/; revision=19618

17 years agoSet the right properties
Jaap Keuter [Thu, 19 Oct 2006 21:11:36 +0000 (21:11 -0000)]
Set the right properties

svn path=/trunk/; revision=19617

17 years agoFix the MSVC++ compiler information. Put a blank line before the "Built"
Gerald Combs [Thu, 19 Oct 2006 20:37:41 +0000 (20:37 -0000)]
Fix the MSVC++ compiler information.  Put a blank line before the "Built"
info.

svn path=/trunk/; revision=19616

17 years agoThe RDM dissector is now a built-in; get rid of the plugin.
Guy Harris [Thu, 19 Oct 2006 18:47:15 +0000 (18:47 -0000)]
The RDM dissector is now a built-in; get rid of the plugin.

svn path=/trunk/; revision=19615

17 years agoFix a comment.
Guy Harris [Thu, 19 Oct 2006 18:44:51 +0000 (18:44 -0000)]
Fix a comment.

svn path=/trunk/; revision=19614

17 years agoFix up the changes to put the Portaudio information at the end of the
Guy Harris [Thu, 19 Oct 2006 18:43:12 +0000 (18:43 -0000)]
Fix up the changes to put the Portaudio information at the end of the
version string, so the information comes out right for applications that
don't use Portaudio.

Get rid of an extra "with" in the version string for dumpcap.

Get rid of an extra blank after the libpcap version string, and get rid
of an extra newline before it.

Attempt to add more compiler version information and to prettify the
MSVC++ version information (both untested).

svn path=/trunk/; revision=19613

17 years ago$Id$ and propset
Luis Ontanon [Thu, 19 Oct 2006 18:35:10 +0000 (18:35 -0000)]
$Id$ and propset

svn path=/trunk/; revision=19612

17 years agoAdd DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML schema.
Martin Mathieson [Thu, 19 Oct 2006 17:37:15 +0000 (17:37 -0000)]
Add DTD for RFC 4662 (Event Notification Extension for Resource Lists) XML schema.

svn path=/trunk/; revision=19611

17 years agoFix a typo.
Gerald Combs [Thu, 19 Oct 2006 17:34:11 +0000 (17:34 -0000)]
Fix a typo.

svn path=/trunk/; revision=19610

17 years agoRegister the dissector.
Michael Tüxen [Thu, 19 Oct 2006 17:25:13 +0000 (17:25 -0000)]
Register the dissector.

svn path=/trunk/; revision=19609

17 years ago- wslua_gui.c:
Luis Ontanon [Thu, 19 Oct 2006 17:02:23 +0000 (17:02 -0000)]
- wslua_gui.c:
  - remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures)
  - have TextWindow:set_editable() using its argument

- add wslua_optbool(L,n,d) to pull an optional boolean from the stack

- several fixes to docbook generation (now it compiles!)

svn path=/trunk/; revision=19608

17 years agoInstall the COPYING file, as the license tab in the About box needs it.
Guy Harris [Thu, 19 Oct 2006 09:31:11 +0000 (09:31 -0000)]
Install the COPYING file, as the license tab in the About box needs it.

svn path=/trunk/; revision=19607

17 years agoSet want_portaudio to yes if we'll be building with libportaudio; it
Guy Harris [Thu, 19 Oct 2006 09:16:49 +0000 (09:16 -0000)]
Set want_portaudio to yes if we'll be building with libportaudio; it
might have been set to ifavailable, but other parts of the configure
script expect it to be "yes" or "no" after
AC_WIRESHARK_LIBPORTAUDIO_CHECK finishes.

svn path=/trunk/; revision=19606

17 years agoFix a compiler warning (about a real problem).
Guy Harris [Thu, 19 Oct 2006 09:14:27 +0000 (09:14 -0000)]
Fix a compiler warning (about a real problem).

svn path=/trunk/; revision=19605

17 years agoFix some compiler warnings (about real problems).
Guy Harris [Thu, 19 Oct 2006 09:12:28 +0000 (09:12 -0000)]
Fix some compiler warnings (about real problems).

svn path=/trunk/; revision=19604

17 years agoInclude gtk/main.h to declare main_filter_packets().
Guy Harris [Thu, 19 Oct 2006 09:10:40 +0000 (09:10 -0000)]
Include gtk/main.h to declare main_filter_packets().

svn path=/trunk/; revision=19603

17 years agoIf we have to use Lex or Flex, check whether we found it, first, and if
Guy Harris [Thu, 19 Oct 2006 07:45:10 +0000 (07:45 -0000)]
If we have to use Lex or Flex, check whether we found it, first, and if
we didn't, report an error and fail, rather than blithely executing
commands with the command a blank string.

svn path=/trunk/; revision=19602

17 years agoAdding license tab to about dialog
Jaap Keuter [Thu, 19 Oct 2006 06:29:13 +0000 (06:29 -0000)]
Adding license tab to about dialog

svn path=/trunk/; revision=19601

17 years agordm now not a plugin - don't copy dll
Bill Meier [Thu, 19 Oct 2006 03:45:34 +0000 (03:45 -0000)]
rdm now not a plugin - don't copy dll

svn path=/trunk/; revision=19600

17 years agoAdd support for:
Gerald Combs [Thu, 19 Oct 2006 00:48:03 +0000 (00:48 -0000)]
Add support for:

  - The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any"
    device)
  - Merging the 802.11 dissector WEP key list with AirPcap's
  - Decrypting WEP in the adapter, in Wireshark, or not at all

Update the release notes.

svn path=/trunk/; revision=19599