obnox/wireshark/wip.git
20 years agorework of capture.c: better seperation of sync and capture pipe by using
ulfl [Sat, 21 Feb 2004 12:58:42 +0000 (12:58 +0000)]
rework of capture.c: better seperation of sync and capture pipe by using
explicit names and seperated functionality of do_capture(),
but no functional change!

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10168 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoInclude "report_err.h" to declare "report_open_failure()" and
guy [Sat, 21 Feb 2004 11:38:45 +0000 (11:38 +0000)]
Include "report_err.h" to declare "report_open_failure()" and
"report_read_failure()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10167 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoInclude "report_err.h" to declare "report_open_failure()" and
guy [Sat, 21 Feb 2004 11:13:54 +0000 (11:13 +0000)]
Include "report_err.h" to declare "report_open_failure()" and
"report_read_failure()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10166 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoMake both the Diameter-over-TCP and Diameter-over-SCTP dissectors
guy [Sat, 21 Feb 2004 10:29:52 +0000 (10:29 +0000)]
Make both the Diameter-over-TCP and Diameter-over-SCTP dissectors
"new-style" dissectors, and have them reject packets that don't start
with a version number of 1, in the hopes that it'll be less likely to
try to dissect non-Diameter packets to/from port 1812 as Diameter and
thus less likely to spew out a bunch of warnings that cause users to ask
the Ethereal mailing lists what the problem is.

Use "tcp_dissect_pdus()" to handle Diameter-over-TCP.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10165 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRe-do fix for Jaime Fournier's e-mail address.
guy [Sat, 21 Feb 2004 10:03:15 +0000 (10:03 +0000)]
Re-do fix for Jaime Fournier's e-mail address.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10164 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Jaime Fournier:
guy [Sat, 21 Feb 2004 09:57:15 +0000 (09:57 +0000)]
From Jaime Fournier:

The UNKUUID col_info update was only working as
dcerpc_try_handoff() would fail to find the subdissector, and
thus did not clobber it with col_add_str().  It is now in the
right place to determine a UUID that was either not found, or is
disabled.  The boolean dcerpc.unknown_if_id is now only set on
cases where the handoff fails.  This has been tested, and the
boolean now works as it should, and is not set for ALL packets
as it was in the old location.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10163 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUpdate from Jaime Fournier.
guy [Sat, 21 Feb 2004 09:49:35 +0000 (09:49 +0000)]
Update from Jaime Fournier.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10162 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoWhen constructing a tvbuff for an RPL packet, arrange that both the
guy [Sat, 21 Feb 2004 08:21:43 +0000 (08:21 +0000)]
When constructing a tvbuff for an RPL packet, arrange that both the
length and the reported length be set based both on the actual lengths
remaining in the packet and on the length field.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10161 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFix a typo.
guy [Sat, 21 Feb 2004 07:59:48 +0000 (07:59 +0000)]
Fix a typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10160 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoSave the current_proto value before calling subdissectors, and restore
guy [Sat, 21 Feb 2004 05:12:45 +0000 (05:12 +0000)]
Save the current_proto value before calling subdissectors, and restore
it if we catch an exception (after showing the exception), so that
subsequent exceptions will have the right protocol.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10159 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Jaime Fournier:
guy [Sat, 21 Feb 2004 04:55:42 +0000 (04:55 +0000)]
From Jaime Fournier:

properly handle the name string in a KerbPrin in a getSiteInfo
response;

dispaly name sizes in decimal rather than hex.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10158 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoInclude <errno.h> to declare "errno".
guy [Sat, 21 Feb 2004 04:26:29 +0000 (04:26 +0000)]
Include <errno.h> to declare "errno".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10157 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFix a typo.
guy [Sat, 21 Feb 2004 04:19:12 +0000 (04:19 +0000)]
Fix a typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10156 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoReport a failure to open the XML disctionary file with
guy [Sat, 21 Feb 2004 02:59:53 +0000 (02:59 +0000)]
Report a failure to open the XML disctionary file with
"report_open_failure()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10155 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRegenerate the files from the latest list of exported functions.
guy [Sat, 21 Feb 2004 02:21:36 +0000 (02:21 +0000)]
Regenerate the files from the latest list of exported functions.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10154 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoMove "dissect_per_bit_string()" to the end, to preserve the order of
guy [Sat, 21 Feb 2004 02:20:44 +0000 (02:20 +0000)]
Move "dissect_per_bit_string()" to the end, to preserve the order of
earlier entries in the table of exported functions.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10153 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAdd routines that can be called from dissectors to report file open and
guy [Sat, 21 Feb 2004 02:15:07 +0000 (02:15 +0000)]
Add routines that can be called from dissectors to report file open and
read errors; there are separate implementations for Ethereal (pops up an
alert box) and Tethereal (prints an error message).

Use those routines in the ASN.1 dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10152 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoGet the Content-Encoding and Transfer-Encoding headers and, for now,
guy [Sat, 21 Feb 2004 01:31:56 +0000 (01:31 +0000)]
Get the Content-Encoding and Transfer-Encoding headers and, for now,
don't try to dissect the body if there's any special encoding.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10151 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoHandle exceptions the same way we handle them in the DCE RPC dissector -
guy [Sat, 21 Feb 2004 00:33:31 +0000 (00:33 +0000)]
Handle exceptions the same way we handle them in the DCE RPC dissector -
rethrow BoundsError, call "show_exception()" for all other errors, and
then fall through to dissect the trailer outside the TRY/CATCH/ENDRY
construct.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10150 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoHandle exceptions the same way we handle them in the DCE RPC dissector -
guy [Sat, 21 Feb 2004 00:22:16 +0000 (00:22 +0000)]
Handle exceptions the same way we handle them in the DCE RPC dissector -
rethrow BoundsError, call "show_exception()" for all other errors, and
then fall through to dissect the trailer outside the TRY/CATCH/ENDRY
construct.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10149 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRemove unused variables, make count unsigned to avoid s/u warning
jmayer [Fri, 20 Feb 2004 23:09:51 +0000 (23:09 +0000)]
Remove unused variables, make count unsigned to avoid s/u warning

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10148 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRevert to the previous scheme, wherein we always save the geometry
guy [Fri, 20 Feb 2004 23:04:50 +0000 (23:04 +0000)]
Revert to the previous scheme, wherein we always save the geometry
information - there's really no reason not to do so (it turned out not
to be the cause of the problem I saw wherein recent versions of Ethereal
were popping up the main window in an inconvenient place - the problem
wasn't that it was remembering the inconvenient place, it's something
else).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10147 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoChange //-comments into /* comments
jmayer [Fri, 20 Feb 2004 23:03:16 +0000 (23:03 +0000)]
Change //-comments into /* comments

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10146 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoDon't clobber the concurrent DNS resolution flag each time we start a
gerald [Fri, 20 Feb 2004 22:56:00 +0000 (22:56 +0000)]
Don't clobber the concurrent DNS resolution flag each time we start a
capture.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10145 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoGive it an RCS ID.
guy [Fri, 20 Feb 2004 22:38:44 +0000 (22:38 +0000)]
Give it an RCS ID.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10144 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAdd an RCS ID.
guy [Fri, 20 Feb 2004 22:34:59 +0000 (22:34 +0000)]
Add an RCS ID.

Get rid of unused variables (probably left over from cutting-and-pasting
stuff from the Skinny Client Control Protocol dissector).

Don't use C++style comments.

Clean up indentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10143 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoSquelch some compiler warnings.
guy [Fri, 20 Feb 2004 22:32:36 +0000 (22:32 +0000)]
Squelch some compiler warnings.

Format the definitions of the segment-reassembly fields the same way the
other field definitions are formatted.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10142 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFix a typo.
guy [Fri, 20 Feb 2004 22:14:12 +0000 (22:14 +0000)]
Fix a typo.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10141 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,
gerald [Fri, 20 Feb 2004 21:25:16 +0000 (21:25 +0000)]
From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,
add support for Cast Client Control Protocol.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10140 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAdd support for a "version.conf" file in the main directory which can
gerald [Fri, 20 Feb 2004 20:36:14 +0000 (20:36 +0000)]
Add support for a "version.conf" file in the main directory which can
be used to adjust version preferences.  It understands two configuration
directives: "enable", which can be 0 or 1, and "format", which can be any
strftime()-compatible string, e.g. "V12-powered on %A %Y-%m-%d %H:%M:%S".

If no configuration file is present, the configuration defaults to

enable: 1
format: CVS %Y%m%d%H%M%S

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10139 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agowin32 only: when adding to the recent file list, prevent duplicates by:
ulfl [Fri, 20 Feb 2004 18:43:59 +0000 (18:43 +0000)]
win32 only: when adding to the recent file list, prevent duplicates by:
a) convert all slashes to backslashes b) do an insensitive filename compare

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10138 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agominor bugfix from recent check in
ulfl [Fri, 20 Feb 2004 18:37:00 +0000 (18:37 +0000)]
minor bugfix from recent check in

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10137 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agobugfix: resizing (values from recent) must be done, before the
ulfl [Fri, 20 Feb 2004 17:43:50 +0000 (17:43 +0000)]
bugfix: resizing (values from recent) must be done, before the
top_level window is shown, otherwise it has no effect!

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10136 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agowin32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..."
ulfl [Fri, 20 Feb 2004 17:36:37 +0000 (17:36 +0000)]
win32 drag-n-drop: corrected handling of UNC filenames "\\host\share\dir..."

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10135 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agobugfix for export selected data: win32 needs O_BINARY flag for open call,
ulfl [Fri, 20 Feb 2004 17:31:00 +0000 (17:31 +0000)]
bugfix for export selected data: win32 needs O_BINARY flag for open call,
otherwise it will do text mode translations (CRNL things) which isn't desired here

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10134 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agocomment changed
ulfl [Fri, 20 Feb 2004 17:27:16 +0000 (17:27 +0000)]
comment changed

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10133 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrederic Peters: handle ulong and ushort
jmayer [Fri, 20 Feb 2004 13:51:30 +0000 (13:51 +0000)]
Frederic Peters: handle ulong and ushort

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10132 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrederic Peters: Make Ethereal appear in Gnome Menu
jmayer [Fri, 20 Feb 2004 13:50:06 +0000 (13:50 +0000)]
Frederic Peters: Make Ethereal appear in Gnome Menu

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10131 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAdd a few more new toolbar icons.
guy [Fri, 20 Feb 2004 11:06:20 +0000 (11:06 +0000)]
Add a few more new toolbar icons.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10130 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Tomas Kukosa: support calling tunneled protocols subdissectors from
guy [Fri, 20 Feb 2004 10:56:29 +0000 (10:56 +0000)]
From Tomas Kukosa: support calling tunneled protocols subdissectors from
an H.225 dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10129 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoChanges required to match GSM SMS dissector changes.
guy [Fri, 20 Feb 2004 10:50:13 +0000 (10:50 +0000)]
Changes required to match GSM SMS dissector changes.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10128 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoChanged to allow GSM MAP to push up TPDUs.
guy [Fri, 20 Feb 2004 10:49:39 +0000 (10:49 +0000)]
Changed to allow GSM MAP to push up TPDUs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10127 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Michael Lum:
guy [Fri, 20 Feb 2004 10:49:12 +0000 (10:49 +0000)]
From Michael Lum:

Lots of changes paralleling TCAP for nested sequences and
multiple component support.

Modified for partial parameter identification in selected
messages.

Added support for identifying embedded SMS and passing to GSM
SMS dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10126 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Michael Lum:
guy [Fri, 20 Feb 2004 10:43:12 +0000 (10:43 +0000)]
From Michael Lum:

Corrected many miscellaneous problems with nested indefinite
length parameters.

Now supports multiple Components.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10125 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Tomas Kukosa: reassemble segmented Q.931 messages.
guy [Fri, 20 Feb 2004 10:34:42 +0000 (10:34 +0000)]
From Tomas Kukosa: reassemble segmented Q.931 messages.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10124 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoHandle the case where, after an exception is thrown dissecting the body
guy [Fri, 20 Feb 2004 10:21:46 +0000 (10:21 +0000)]
Handle the case where, after an exception is thrown dissecting the body
of the 802.3 packet, we get *another* exception when dissecting the
trailer (consider a truncated frame with a malformed body).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10123 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUpdate to Kerberos.
sahlberg [Fri, 20 Feb 2004 10:04:10 +0000 (10:04 +0000)]
Update to Kerberos.
Split kerberos prototype into two halves:
helpers to dissect ASN.1 BER in packet-ber.c
and kerberos stuff using those helpers in packet-kerberos.c

This new kerberos thing places filterable items for every single field
and also dissects the bitstring Option fields.

It is hoped that this will make it easier to extend kerberos to do decryption of service tickets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10122 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid of
guy [Fri, 20 Feb 2004 09:27:24 +0000 (09:27 +0000)]
FN_{SRC,DST}_ADDRESS and FN_{SRC,DST}_PORT aren't used - get rid of
them.

Add support for "Find Frame" and "Colorize Host Traffic" menus, similar
to what the endpoint table has.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10121 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Ian Schorr: taps to keep statistics of traffic by host.
guy [Fri, 20 Feb 2004 09:09:12 +0000 (09:09 +0000)]
From Ian Schorr: taps to keep statistics of traffic by host.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10120 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoIn the columns list in a results token, columns with a type of 106
guy [Fri, 20 Feb 2004 08:40:30 +0000 (08:40 +0000)]
In the columns list in a results token, columns with a type of 106
appear to have 3 extra bytes of stuff before the column name.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10119 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoOn Win32, don't treat "file not found" as an error when trying to load
guy [Fri, 20 Feb 2004 02:57:08 +0000 (02:57 +0000)]
On Win32, don't treat "file not found" as an error when trying to load
the ASN.1 file if the pathname is the old default file pathname, with
the last component preceded by "/" rather than "\", to suppress
complaints if you have a preferences file saved under the old regime.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10118 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAdd support for dissection over HTTP.
obiot [Thu, 19 Feb 2004 20:27:43 +0000 (20:27 +0000)]
Add support for dissection over HTTP.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10117 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRemove redundant GTK2 entries.
gerald [Thu, 19 Feb 2004 15:08:38 +0000 (15:08 +0000)]
Remove redundant GTK2 entries.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10116 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRemove a comment on ancient Ethereal
jmayer [Thu, 19 Feb 2004 11:45:02 +0000 (11:45 +0000)]
Remove a comment on ancient Ethereal

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10115 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoDon't save the geometry items unless the user asked to have them saved.
guy [Thu, 19 Feb 2004 10:48:28 +0000 (10:48 +0000)]
Don't save the geometry items unless the user asked to have them saved.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10114 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoGive the official URLs on www.postgresql.org for various versions of the
guy [Thu, 19 Feb 2004 08:56:50 +0000 (08:56 +0000)]
Give the official URLs on postgresql.org for various versions of the
protocol.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10113 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoPut in a comment with a URL for the protocol description.
guy [Thu, 19 Feb 2004 08:53:07 +0000 (08:53 +0000)]
Put in a comment with a URL for the protocol description.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10112 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Edwin Calo: fix a bug in the way the bitone is obtained.
guy [Thu, 19 Feb 2004 08:25:48 +0000 (08:25 +0000)]
From Edwin Calo: fix a bug in the way the bitone is obtained.

Put the strings under the top-level protocol tree item.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10111 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoadded missing distribution files
ulfl [Thu, 19 Feb 2004 08:24:44 +0000 (08:24 +0000)]
added missing distribution files

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10110 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoA DLT_ value of 13, in a Nokia-format capture, appears to be an ATM
guy [Thu, 19 Feb 2004 08:02:06 +0000 (08:02 +0000)]
A DLT_ value of 13, in a Nokia-format capture, appears to be an ATM
capture of some sort.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10109 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Didier Gautheron: initialize "ett_asp_utf8_name".
guy [Thu, 19 Feb 2004 07:12:26 +0000 (07:12 +0000)]
From Didier Gautheron: initialize "ett_asp_utf8_name".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10108 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFix the sample filter for capturing traffic to or from a particular MAC
guy [Thu, 19 Feb 2004 06:50:30 +0000 (06:50 +0000)]
Fix the sample filter for capturing traffic to or from a particular MAC
address to match what libpcap expects.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10107 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoConstify a bunch of stuff.
guy [Thu, 19 Feb 2004 05:19:10 +0000 (05:19 +0000)]
Constify a bunch of stuff.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10106 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoWe're releasing 0.10.1, not 0.10.0.
gerald [Thu, 19 Feb 2004 02:39:26 +0000 (02:39 +0000)]
We're releasing 0.10.1, not 0.10.0.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10104 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUpdates for 0.10.1.
gerald [Thu, 19 Feb 2004 02:26:48 +0000 (02:26 +0000)]
Updates for 0.10.1.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10103 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAdd GTK+ 2.
gerald [Thu, 19 Feb 2004 01:49:13 +0000 (01:49 +0000)]
Add GTK+ 2.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10102 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Dinesh Dutt:
gerald [Thu, 19 Feb 2004 00:29:15 +0000 (00:29 +0000)]
From Dinesh Dutt:
    - Add FCIP to the list of protocols that can be selected from "Decode As"
    - Add an indicator for EISL header in FC frames.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10101 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoBump the version to 0.10.1.
gerald [Thu, 19 Feb 2004 00:28:15 +0000 (00:28 +0000)]
Bump the version to 0.10.1.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10100 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Martin Mathieson: make the top-level SIP item include the message
guy [Wed, 18 Feb 2004 20:55:57 +0000 (20:55 +0000)]
From Martin Mathieson: make the top-level SIP item include the message
body, as that's included in the SIP tree.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10099 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Lars Roland: Add support for a combined GTK1/2 Windows installer.
gerald [Wed, 18 Feb 2004 20:45:54 +0000 (20:45 +0000)]
From Lars Roland: Add support for a combined GTK1/2 Windows installer.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10098 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Tomas Kukosa:
guy [Wed, 18 Feb 2004 20:43:37 +0000 (20:43 +0000)]
From Tomas Kukosa:

   - display the type of segmented message in the info column
   - don't dissect the last IE in the 1st segment if it is incomplete
   - don't dissect IEs in following segments as segment boundaries
     usually don't IE boundaries

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10097 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agousing G_MAXFLOAT and G_MAXDOUBLE,
ulfl [Wed, 18 Feb 2004 19:44:51 +0000 (19:44 +0000)]
using G_MAXFLOAT and G_MAXDOUBLE,
DCERPC is talking about a response, not a reply

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10096 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoAlastair Maw: Fix retransmissions
jmayer [Wed, 18 Feb 2004 14:30:45 +0000 (14:30 +0000)]
Alastair Maw: Fix retransmissions

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10095 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoNewlines don't belong in format strings for the "proto_tree_add"
guy [Wed, 18 Feb 2004 10:11:52 +0000 (10:11 +0000)]
Newlines don't belong in format strings for the "proto_tree_add"
routines.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10094 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoNewlines don't belong in format strings for the "proto_tree_add"
guy [Wed, 18 Feb 2004 09:58:17 +0000 (09:58 +0000)]
Newlines don't belong in format strings for the "proto_tree_add"
routines.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10093 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoupdate iscsi so that we can also measure the time between request and response for
sahlberg [Wed, 18 Feb 2004 09:10:02 +0000 (09:10 +0000)]
update iscsi so that we can also measure the time between request and response for
those transactions where we have phase collaps (no explicit response PDU, status embedded inside the last DataIn PDU)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10092 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Pavel Kankovsky: deal with yet another gross non-standard 802.11
guy [Wed, 18 Feb 2004 07:56:42 +0000 (07:56 +0000)]
From Pavel Kankovsky: deal with yet another gross non-standard 802.11
encapsulation by bridges - this one stuffs a complete Ethernet frame
into the payload of a data frame.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10091 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUse "tvb_get_string()" to get counted strings.
guy [Wed, 18 Feb 2004 07:27:46 +0000 (07:27 +0000)]
Use "tvb_get_string()" to get counted strings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10090 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Rolf Fiedler: German ISDN carriers don't supply the seconds in the
guy [Wed, 18 Feb 2004 07:14:36 +0000 (07:14 +0000)]
From Rolf Fiedler: German ISDN carriers don't supply the seconds in the
date/time IE, so support IE lengths of 5 (no seconds) or 6 (includes
seconds).

Merge the two AUTHORS and man page entries for him.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10089 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoRegister the COTP dissector for the IP protocol IP_PROTO_TP, for
guy [Wed, 18 Feb 2004 06:51:13 +0000 (06:51 +0000)]
Register the COTP dissector for the IP protocol IP_PROTO_TP, for
TP4-over-IP.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10088 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Nick Black: the 0x8000 bit in the flags field is *NOT* a
guy [Wed, 18 Feb 2004 06:43:01 +0000 (06:43 +0000)]
From Nick Black: the 0x8000 bit in the flags field is *NOT* a
"congestion" bit for ECN.  Show it as a reserved bit.

Put semicolons, not commas, at the end of the calls to put flags field
bits into the protocol tree.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10087 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Jaime Fournier: updates to the FLDB dissector.
guy [Wed, 18 Feb 2004 06:08:29 +0000 (06:08 +0000)]
From Jaime Fournier: updates to the FLDB dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10086 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Greg Morris: don't use a global variable to track whether packets
guy [Wed, 18 Feb 2004 06:01:47 +0000 (06:01 +0000)]
From Greg Morris: don't use a global variable to track whether packets
are signed, attach to conversations a "packets are signed" flag.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10085 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Jaime Fournier: add a hidden FT_BOOLEAN variable that's present if
guy [Wed, 18 Feb 2004 05:55:15 +0000 (05:55 +0000)]
From Jaime Fournier: add a hidden FT_BOOLEAN variable that's present if
the interface UUID in a datagram call is unknown.

Clean up white space a bit.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10084 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Erwin Rol: update RTnet plugin to the latest spec.
guy [Wed, 18 Feb 2004 05:33:35 +0000 (05:33 +0000)]
From Erwin Rol: update RTnet plugin to the latest spec.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10083 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoGet rid of unused parameter token_sz in function dissect_tds7_results_token
jmayer [Wed, 18 Feb 2004 04:41:37 +0000 (04:41 +0000)]
Get rid of unused parameter token_sz in function dissect_tds7_results_token

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10082 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoWarning fixes:
jmayer [Wed, 18 Feb 2004 04:11:42 +0000 (04:11 +0000)]
Warning fixes:
  gsm_map_stat.c: comparison is always false due to limited
  range of data type
  both: get rid of a "discards qualifier" warning

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10081 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUpdate manuf
jmayer [Wed, 18 Feb 2004 00:33:12 +0000 (00:33 +0000)]
Update manuf

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10080 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUpdate make-faq to the new URL and the changed internal structure
jmayer [Wed, 18 Feb 2004 00:31:23 +0000 (00:31 +0000)]
Update make-faq to the new URL and the changed internal structure
  of the FAQ.

Update the FAQ.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10079 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agofixed dialog box text and some comments
ulfl [Tue, 17 Feb 2004 17:48:44 +0000 (17:48 +0000)]
fixed dialog box text and some comments

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10078 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agobugfix: use last_open_dir for the recent file,
ulfl [Tue, 17 Feb 2004 14:49:11 +0000 (14:49 +0000)]
bugfix: use last_open_dir for the recent file,
instead of the somewhat duplicated value in the recent struct

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10077 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoBytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf Lamping)
jmayer [Tue, 17 Feb 2004 10:03:47 +0000 (10:03 +0000)]
Bytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf Lamping)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10076 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoSquelch a signed vs. unsigned comparison complaint.
guy [Mon, 16 Feb 2004 20:58:03 +0000 (20:58 +0000)]
Squelch a signed vs. unsigned comparison complaint.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10075 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agobugfix from greg morris: two help pages were missing
ulfl [Mon, 16 Feb 2004 19:07:10 +0000 (19:07 +0000)]
bugfix from greg morris: two help pages were missing

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10074 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agobugfix: don't write the recent files list in the wrong order to the recent file
ulfl [Mon, 16 Feb 2004 19:00:09 +0000 (19:00 +0000)]
bugfix: don't write the recent files list in the wrong order to the recent file

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10073 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUse col_append_sep_str() instead of col_append_str().
obiot [Mon, 16 Feb 2004 18:47:57 +0000 (18:47 +0000)]
Use col_append_sep_str() instead of col_append_str().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10072 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoFrom Tomas Kukosa, add a PER helper to dissect BITSTRINGS
sahlberg [Mon, 16 Feb 2004 18:31:40 +0000 (18:31 +0000)]
From Tomas Kukosa,  add a PER helper to dissect BITSTRINGS

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10071 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoUpdate to fix the bug reported by Zhao, Allen Weitao
sahlberg [Mon, 16 Feb 2004 18:23:25 +0000 (18:23 +0000)]
Update to fix the bug reported by Zhao, Allen Weitao
using the fix proposed by Tomas Kukosa.

There were a number of dissect_per_choice() calls where the hf field passed
to it were of the wrong type, i.e. not FT_UINT32.

All these instances have been updated to use FT_UINT32.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10070 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoEdwin Calo: Extract strings from a postgres datastream
jmayer [Mon, 16 Feb 2004 16:49:13 +0000 (16:49 +0000)]
Edwin Calo: Extract strings from a postgres datastream

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10069 f5534014-38df-0310-8fa8-9805f1628bb7

20 years agoEdwin Calo: Extract strings from a postgres datastream
jmayer [Mon, 16 Feb 2004 13:30:05 +0000 (13:30 +0000)]
Edwin Calo: Extract strings from a postgres datastream

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10068 f5534014-38df-0310-8fa8-9805f1628bb7