obnox/wireshark/wip.git
19 years ago"localtime()" returns a value that might not survive a subsequent call
guy [Sat, 21 Aug 2004 01:19:36 +0000 (01:19 +0000)]
"localtime()" returns a value that might not survive a subsequent call
to "localtime()" (it might, for example, be static - and *is* static in
a lot of implementations).  Don't call it twice and expect both values
to be useful.

Clean up white space.

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

19 years agoUpdate to reflect GTK+/GLib 2.x now being the default.
guy [Fri, 20 Aug 2004 17:48:45 +0000 (17:48 +0000)]
Update to reflect GTK+/GLib 2.x now being the default.

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

19 years agoFrom Matthew Bradley: add filterable fields for the COTP TPDU numbers
guy [Fri, 20 Aug 2004 08:15:11 +0000 (08:15 +0000)]
From Matthew Bradley: add filterable fields for the COTP TPDU numbers
and for the last-packet/earlier-fragment flag.

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

19 years agoFrom Luis Ontanon: add some fields for filtering r packet-isup which adds A,B and...
etxrab [Thu, 19 Aug 2004 20:28:34 +0000 (20:28 +0000)]
From Luis Ontanon:  add some fields for filtering r packet-isup which adds A,B and C numbers to the
 fields (that is called,calling and redirecting number). Changed the patch to not use hidden fields and some code clean up.

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

19 years agoNote that "G_GINT64_CONSTANT()" should be used for constant values that
guy [Thu, 19 Aug 2004 19:44:57 +0000 (19:44 +0000)]
Note that "G_GINT64_CONSTANT()" should be used for constant values that
don't fit in 32 bits, rather than using "LL" at the end.

Clean up some other 64-bit-integer items.

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

19 years agoAs suggested by Guy: Have mark_frame() do nothing if the frame has
gerald [Thu, 19 Aug 2004 14:35:55 +0000 (14:35 +0000)]
As suggested by Guy: Have mark_frame() do nothing if the frame has
already been marked and have unmark_frame() do likewise.  Don't mess
with the marked frame count in mark_all_frames().

Be a little more paranoid about the marked frame count in other places.

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

19 years agoMSVC++ doesn't understand that "64_bit_integer % 10000000" fits in an
guy [Thu, 19 Aug 2004 09:00:20 +0000 (09:00 +0000)]
MSVC++ doesn't understand that "64_bit_integer % 10000000" fits in an
"int", so we throw in a cast to squelch a warning.

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

19 years agoUse "G_GINT64_CONSTANT()" for 64-bit integral constants, rather than
guy [Thu, 19 Aug 2004 07:55:30 +0000 (07:55 +0000)]
Use "G_GINT64_CONSTANT()" for 64-bit integral constants, rather than
hardwiring "LL" as the suffix - it's not "LL" in MSVC++.

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

19 years agoProps: Keywords and line-style
jmayer [Wed, 18 Aug 2004 23:24:05 +0000 (23:24 +0000)]
Props: Keywords and line-style

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

19 years agoIf you mark all frames, then unmark all frames "marked_count" overflows.
gerald [Wed, 18 Aug 2004 21:05:38 +0000 (21:05 +0000)]
If you mark all frames, then unmark all frames "marked_count" overflows.
Keep this from happening.

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

19 years agoAdded initial SCTP support: You can chose how PPID 0 will be handled.
tuexen [Wed, 18 Aug 2004 14:11:25 +0000 (14:11 +0000)]
Added initial SCTP support: You can chose how PPID 0 will be handled.

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

19 years agoadded some more info to the intro (has to be cleaned up)
ulfl [Wed, 18 Aug 2004 08:13:29 +0000 (08:13 +0000)]
added some more info to the intro (has to be cleaned up)

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

19 years agoDon't assume that if we find a conversation that we've set a dissector
guy [Wed, 18 Aug 2004 07:34:15 +0000 (07:34 +0000)]
Don't assume that if we find a conversation that we've set a dissector
for it, or that we've given it a conversation data item - the
conversation might exist for other reasons.

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

19 years agovery first draft of introduction chapter (copied some things from the user's guide)
ulfl [Wed, 18 Aug 2004 07:04:23 +0000 (07:04 +0000)]
very first draft of introduction chapter (copied some things from the user's guide)

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

19 years agoSamba's smbclient doesn't put the extra stuff after the list of names in
guy [Wed, 18 Aug 2004 06:56:36 +0000 (06:56 +0000)]
Samba's smbclient doesn't put the extra stuff after the list of names in
the NTLMv2 blob, so don't bother dissecting it for now - perhaps we
should see how much of the NTLMv2 response remains, and, if there is
any, put it into the tree as extra data.

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

19 years agoself referring entry (link to ethereal page) fixed
ulfl [Wed, 18 Aug 2004 06:56:04 +0000 (06:56 +0000)]
self referring entry (link to ethereal page) fixed

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

19 years agoprops: Keywords and eol-style
jmayer [Tue, 17 Aug 2004 22:38:01 +0000 (22:38 +0000)]
props: Keywords and eol-style

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

19 years agovery first steps for a "new" developer's guide
ulfl [Tue, 17 Aug 2004 17:09:14 +0000 (17:09 +0000)]
very first steps for a "new" developer's guide

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

19 years agoCheck for both HTTP_PROXY and http_proxy in MSVC++ setup.
obiot [Tue, 17 Aug 2004 08:47:30 +0000 (08:47 +0000)]
Check for both HTTP_PROXY and http_proxy in MSVC++ setup.

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

19 years agoNote that some of the IRIX problems might no longer exist - and get rid
guy [Tue, 17 Aug 2004 01:12:29 +0000 (01:12 +0000)]
Note that some of the IRIX problems might no longer exist - and get rid
of the libpcap patch, as it's incorporated into current versions of
libpcap.

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

19 years agoWe now try to detect OS X systems with a new libpcap but old headers,
guy [Tue, 17 Aug 2004 00:34:26 +0000 (00:34 +0000)]
We now try to detect OS X systems with a new libpcap but old headers,
and not try to use the shiny new routines on those systems, so you
shouldn't get the "`pcap_if_t' undeclared" error any more.

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

19 years agoDon't give up on the entire DHCPv6 packet if we find an error in
guy [Tue, 17 Aug 2004 00:21:13 +0000 (00:21 +0000)]
Don't give up on the entire DHCPv6 packet if we find an error in
encapsulated options, just give up on the option in which they're
encapsulated.

Note that for the Relay Message option, we should perhaps dissect the
option data as a DHCP message, not just a sequence of options.

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

19 years agoDon't do the FILETIME->nstime_t conversion in floating point, as it
guy [Mon, 16 Aug 2004 22:30:04 +0000 (22:30 +0000)]
Don't do the FILETIME->nstime_t conversion in floating point, as it
produces some floating-point noise in the nanoseconds field; we've
required 64-bit integer support for a while, so use that.

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

19 years agocast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have problems...
ulfl [Mon, 16 Aug 2004 17:18:04 +0000 (17:18 +0000)]
cast define of TIME_T_MIN and TIME_T_MAX to (time_t), as MSVC seems to have problems with this definition and throws a warning "convert negative constant to unsigned integer"

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

19 years agoFrom Ronnie Sahlberg: update the fs attributes to be more complete and
guy [Mon, 16 Aug 2004 07:59:18 +0000 (07:59 +0000)]
From Ronnie Sahlberg: update the fs attributes to be more complete and
correctly dissected.

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

19 years agoFrom Ronnie Sahlberg: add dissection of the Teletext string type to the
guy [Mon, 16 Aug 2004 07:53:07 +0000 (07:53 +0000)]
From Ronnie Sahlberg: add dissection of the Teletext string type to the
DirectoryString choice in SelectedAttributeTypes.

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

19 years agoWhenever we call "dhcpv6_option()", check to make sure it didn't set
guy [Mon, 16 Aug 2004 07:52:07 +0000 (07:52 +0000)]
Whenever we call "dhcpv6_option()", check to make sure it didn't set
"at_end" - if it does, the option is sufficiently bad that we can't
continue dissecting the packet, so we give up.

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

19 years agoGet rid of unused enum_val_t table (the wrap vs. no-wrap in search flag
guy [Mon, 16 Aug 2004 06:24:17 +0000 (06:24 +0000)]
Get rid of unused enum_val_t table (the wrap vs. no-wrap in search flag
is a Boolean, not an enum).

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

19 years agoFrom Martin Mathieson:
guy [Mon, 16 Aug 2004 05:54:01 +0000 (05:54 +0000)]
From Martin Mathieson:

- test for NULL conversation data to avoid a potential crash when
  looking up stream setup info (as RTP dissector does);

- adds a heuristic function (like RTP, this is a preference
  initially set to off).

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

19 years agoFix a typo.
guy [Mon, 16 Aug 2004 02:23:41 +0000 (02:23 +0000)]
Fix a typo.

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

19 years agoAccording to draft-ietf-dhc-failover-10, the message digest type is 1
guy [Mon, 16 Aug 2004 01:13:11 +0000 (01:13 +0000)]
According to draft-ietf-dhc-failover-10, the message digest type is 1
byte - and a length of 1 is used to put the message digest into the
protocol tree, which agrees with that.  Therefore, "tvb_get_guint8()"
should be used to fetch it.

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

19 years agoFor "pcap_findalldevs()", don't assume that just because it's in -lpcap
guy [Mon, 16 Aug 2004 01:11:23 +0000 (01:11 +0000)]
For "pcap_findalldevs()", don't assume that just because it's in -lpcap
it's usable - one of the updates to OS X 10.3 updated libpcap to
0.8[.x], so that it had "pcap_findalldevs()", but didn't update
"pcap.h", so it didn't declare "pcap_if_t", so you couldn't actually
*use* it.  You can work around that by installing the pcap.h (and
pcap-bpf.h) from the matching tcpdump.org release, but, as even when
that version of OS X is pre-installed rather than being the result of a
Software Update, you still don't get the new "pcap.h" (at least I didn't
get it on my PowerBook with 10.3.4).  Therefore, we check whether a
program that calls "pcap_findalldevs()" *and* declares a "pcap_if_t *"
to pass to it can be compiled and linked with -lpcap, and only declare
HAVE_PCAP_FINDALLDEVS if we can.

Also, don't check for the functions added to libpcap after
"pcap_findalldevs()" was added unless we have a usable
"pcap_findalldevs()", as, if not, those functions won't be declared in
"pcap.h" either, so we'll get compiler warnings.

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

19 years agoFrom Greg Morris: Add a configuration option to control search wrapping.
gerald [Sun, 15 Aug 2004 19:26:25 +0000 (19:26 +0000)]
From Greg Morris: Add a configuration option to control search wrapping.

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

19 years agoFrom Ronnie Sahlberg: Netscape certificate extensions.
gerald [Sun, 15 Aug 2004 18:32:24 +0000 (18:32 +0000)]
From Ronnie Sahlberg:  Netscape certificate extensions.

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

19 years agoMake message_digest_type a guint16. Removed cast.
jmayer [Sun, 15 Aug 2004 11:39:13 +0000 (11:39 +0000)]
Make message_digest_type a guint16. Removed cast.
Spotted by Ulf Lamping.

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

19 years agoremove MSVC compiler warning (required a type cast)
ulfl [Sun, 15 Aug 2004 11:25:35 +0000 (11:25 +0000)]
remove MSVC compiler warning (required a type cast)

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

19 years agoDissect the last unknown item at the end of the NTLMv2 blob.
guy [Sun, 15 Aug 2004 03:24:47 +0000 (03:24 +0000)]
Dissect the last unknown item at the end of the NTLMv2 blob.

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

19 years ago@ -> [AT]
jmayer [Sat, 14 Aug 2004 21:20:28 +0000 (21:20 +0000)]
@ -> [AT]

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

19 years agoKeep spammers away: do NOT put an @ sign in contributor's email addresses!
obiot [Fri, 13 Aug 2004 19:45:35 +0000 (19:45 +0000)]
Keep spammers away: do NOT put an @ sign in contributor's email addresses!

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

19 years agoFrom Jelmer Vernooij:
guy [Fri, 13 Aug 2004 09:47:23 +0000 (09:47 +0000)]
From Jelmer Vernooij:

OSCAR-ICQ updates;
DCOM IRemUnknown and IRemUnknown2 support.

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

19 years agoFrom Giles Scott: Ethernet MAC Control Frame support.
guy [Fri, 13 Aug 2004 09:35:25 +0000 (09:35 +0000)]
From Giles Scott: Ethernet MAC Control Frame support.

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

19 years agoWhen opening an output file, use "file_snaplen" as the snapshot length,
guy [Fri, 13 Aug 2004 08:27:58 +0000 (08:27 +0000)]
When opening an output file, use "file_snaplen" as the snapshot length,
rather than "pcap_snapshot(ld.pch)" - we've set "file_snaplen" to
"pcap_snapshot(ld.pch)" if we're capturing from a device, but if we're
reading from a pipe, "ld.pch" is null (so we'll crash if we use it), and
we've set "file_snaplen" from the header we've read from a pipe.

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

19 years agoMove convert_string_to_hex() and convert_string_case() from gtk/find_dlg.c
gerald [Fri, 13 Aug 2004 02:39:49 +0000 (02:39 +0000)]
Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.c
to epan/strutil.c

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

19 years agoCopy over the NEWS and ChangeLog from the 0.10.6 release tree.
gerald [Fri, 13 Aug 2004 02:06:46 +0000 (02:06 +0000)]
Copy over the NEWS and ChangeLog from the 0.10.6 release tree.

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

19 years agoAdd capinfo.rc.in and wiretap.rc.in to the distribution.
gerald [Thu, 12 Aug 2004 22:45:59 +0000 (22:45 +0000)]
Add capinfo.rc.in and wiretap.rc.in to the distribution.

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

19 years agoFrom Graeme Hewson: Keep the list of authors in the Ethereal man page from
gerald [Thu, 12 Aug 2004 21:45:12 +0000 (21:45 +0000)]
From Graeme Hewson: Keep the list of authors in the Ethereal man page from
wrapping, and fix the title.

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

19 years agoNote that the CIFS spec claims that the service name string in Tree
guy [Thu, 12 Aug 2004 21:32:20 +0000 (21:32 +0000)]
Note that the CIFS spec claims that the service name string in Tree
Connect AndX is always ASCII; we don't assume it is - the spec may very
well be wrong.

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

19 years agoUpdate to GTK-Wimp 0.6.1.
gerald [Wed, 11 Aug 2004 21:22:49 +0000 (21:22 +0000)]
Update to GTK-Wimp 0.6.1.

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

19 years agoChange the "setup" target to download the updated GTK+ libraries described
gerald [Wed, 11 Aug 2004 20:34:42 +0000 (20:34 +0000)]
Change the "setup" target to download the updated GTK+ libraries described
at http://mail.gnome.org/archives/gtk-devel-list/2004-August/msg00058.html .

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

19 years agoFrom Tomas Kukosa: add a dissector table for OIDs in variable bindings,
guy [Wed, 11 Aug 2004 19:11:16 +0000 (19:11 +0000)]
From Tomas Kukosa: add a dissector table for OIDs in variable bindings,
so the variable value can be dissected by a subdissector.

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

19 years agoThe FreeTDS documentation on TDS claims that the field after the locale
guy [Tue, 10 Aug 2004 22:45:47 +0000 (22:45 +0000)]
The FreeTDS documentation on TDS claims that the field after the locale
(or, as that documentation calls it, the language name) is the database
name; mark it as such.

It also says there's some other stuff, such as a client MAC address,
after the database offset/length (and that the NTLMSSP message doesn't
come right after the database offset/length, there's an offset/length
for the NTLMSSP message).  Put in a comment about that.

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

19 years agoFrom Neil Piercy: put in some missing "put in the terminating NUL"s
guy [Tue, 10 Aug 2004 21:29:57 +0000 (21:29 +0000)]
From Neil Piercy: put in some missing "put in the terminating NUL"s
after "vsnprintf()" calls.

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

19 years agoAdd support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"
guy [Tue, 10 Aug 2004 21:23:34 +0000 (21:23 +0000)]
Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"
(untested).

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

19 years agoFrom Graham Bloice: Allow libethereal.dll to be built after recent changes.
gerald [Tue, 10 Aug 2004 15:10:45 +0000 (15:10 +0000)]
From Graham Bloice: Allow libethereal.dll to be built after recent changes.

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

19 years agoFix a typo.
guy [Tue, 10 Aug 2004 08:00:55 +0000 (08:00 +0000)]
Fix a typo.

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

19 years agoAdd LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,
guy [Tue, 10 Aug 2004 07:52:11 +0000 (07:52 +0000)]
Add LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,
and have epan/Makefile.am and epan/Makefile.nmake use them.

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

19 years agoUse the protocol short name as the Protocol column value, as is done in
guy [Tue, 10 Aug 2004 07:03:21 +0000 (07:03 +0000)]
Use the protocol short name as the Protocol column value, as is done in
other dissectors.

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

19 years agoFrom Graham Bloice: if we don't have "pcap_lib_version()" in WinPcap, we
guy [Tue, 10 Aug 2004 05:27:50 +0000 (05:27 +0000)]
From Graham Bloice: if we don't have "pcap_lib_version()" in WinPcap, we
might have "PacketLibraryVersion[]" in packet.dll - try using that.

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

19 years agoMerge the "resolv" rename changes with the trunk.
gerald [Mon, 9 Aug 2004 22:31:21 +0000 (22:31 +0000)]
Merge the "resolv" rename changes with the trunk.

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

19 years agoUpdate FAQ again
jmayer [Mon, 9 Aug 2004 03:18:33 +0000 (03:18 +0000)]
Update FAQ again

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

19 years ago- Small cosmetic fix to DHCP failover prefs
jmayer [Mon, 9 Aug 2004 03:07:50 +0000 (03:07 +0000)]
- Small cosmetic fix to DHCP failover prefs
- free -> g_free (we are using g_malloc)
- remove debug prinf

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

19 years agoEnable the configurable port number - and make the filter name for the
guy [Mon, 9 Aug 2004 02:41:41 +0000 (02:41 +0000)]
Enable the configurable port number - and make the filter name for the
protocol "dhcpfo", to match the filter names of its fields; that - or
changing the long name or abbreviation of the protocol - fixes the core
dump (which was in a check for a name being legal).

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

19 years agoM. Ortega y Strupp <moys@loplof.de>
jmayer [Mon, 9 Aug 2004 01:53:26 +0000 (01:53 +0000)]
M. Ortega y Strupp      <moys@loplof.de>
ISC DHCP Server 3.0 failover protocol dissection

Note: I tried to make the port configurable via prefs
but failed to do so: It always cashed on startup so it
is commented out for now.

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

19 years agoAdd capinfo stuff to svn:ignore
jmayer [Mon, 9 Aug 2004 01:50:49 +0000 (01:50 +0000)]
Add capinfo stuff to svn:ignore

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

19 years agoFix typos.
tuexen [Sun, 8 Aug 2004 22:36:22 +0000 (22:36 +0000)]
Fix typos.

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

19 years agoSmall typo fix
jmayer [Sun, 8 Aug 2004 09:04:37 +0000 (09:04 +0000)]
Small typo fix

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

19 years agoFrom Stas Grabois: make the previous change not to show disabled
guy [Sun, 8 Aug 2004 06:25:24 +0000 (06:25 +0000)]
From Stas Grabois: make the previous change not to show disabled
protocols in the "Add Expression" and "Decode As" dialogs work with GTK+
2.x.

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

19 years agoMore updates for 0.10.6.
gerald [Sun, 8 Aug 2004 04:13:12 +0000 (04:13 +0000)]
More updates for 0.10.6.

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

19 years agoPut the "copy" button back in the conversation and host list tables.
gerald [Sun, 8 Aug 2004 03:56:02 +0000 (03:56 +0000)]
Put the "copy" button back in the conversation and host list tables.

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

19 years agoMap the old one-port "generic ASN.1" TCP/UDP/SCTP port-number
guy [Sun, 8 Aug 2004 01:20:26 +0000 (01:20 +0000)]
Map the old one-port "generic ASN.1" TCP/UDP/SCTP port-number
preferences to the new multi-port ones, so that, instead of complaining
when the old preferences were seen, we make the port be the one port in
the new preference.

Make the "message_win" "generic ASN.1" preference an obsolete
preference, so we silently ignore it rather than complaining about it.

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

19 years agoWhile we're add it, support the multicast protocol type values for PPP
guy [Sat, 7 Aug 2004 03:36:20 +0000 (03:36 +0000)]
While we're add it, support the multicast protocol type values for PPP
and GRE.

Put in the RFC number.

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

19 years agoAdd protocol 0xad as AX/4000 Testframe.
jmayer [Sat, 7 Aug 2004 00:11:16 +0000 (00:11 +0000)]
Add protocol 0xad as AX/4000 Testframe.
Make packet-ax4000.c use the value from ipproto.h

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

19 years agoHanlde 8848 on Ethernet the same as 8847. Not sure that this
jmayer [Sat, 7 Aug 2004 00:07:53 +0000 (00:07 +0000)]
Hanlde 8848 on Ethernet the same as 8847. Not sure that this
is really correct, but the payload seems to be decoded correctly.

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

19 years agoUpdate manuf and faq
jmayer [Fri, 6 Aug 2004 21:17:01 +0000 (21:17 +0000)]
Update manuf and faq

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

19 years agoSvn stuff:
jmayer [Fri, 6 Aug 2004 21:06:27 +0000 (21:06 +0000)]
Svn stuff:
- Add eol-style native to all text files
- Add Id attributes

Add $Id: $ to all text files

Makefile:
- add several files and directories to make clean
- Add comments for values on Suse 9.1

catalog.xml:
- Add comments for values on Suse 9.1

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

19 years agosome final review comment from Graeme Hewson, changed version to release 2.00
ulfl [Fri, 6 Aug 2004 20:52:48 +0000 (20:52 +0000)]
some final review comment from Graeme Hewson, changed version to release 2.00

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

19 years agoFrom Yaniv Kaul:
guy [Fri, 6 Aug 2004 20:12:20 +0000 (20:12 +0000)]
From Yaniv Kaul:

1. define new TDS packet type (17) - NTLM authentication packet. Call
the ntlmssp dissector to dissect it when needed.
2. define new TDS packet type (18) - donno what it is exactly, but it's
there. Will dissect it someday.
3. heuristic in netlib_check_login_pkt should also check port 2433.
4. unify the dissection of msg and err token. They have the same
structure.
5. improve the dissection of the above mentioned token.

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

19 years agoFrom Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an
guy [Fri, 6 Aug 2004 19:57:49 +0000 (19:57 +0000)]
From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an
include of <resolv.h> in any system header file gets the system
<resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]).

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

19 years agoFrom Jeff Connelly: MANOLITO support.
guy [Fri, 6 Aug 2004 19:35:51 +0000 (19:35 +0000)]
From Jeff Connelly: MANOLITO support.

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

19 years agoFrom Ian Schorr: fix a bug where addresses were drawn to the wrong rows
guy [Fri, 6 Aug 2004 19:22:04 +0000 (19:22 +0000)]
From Ian Schorr: fix a bug where addresses were drawn to the wrong rows
in the clist, and get rid of some duplicated code.

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

19 years agoUpdate the "setup" target for GLib 2.4.5, GTK+ 2.4.4, and Pango-1.4.1.
gerald [Fri, 6 Aug 2004 16:25:59 +0000 (16:25 +0000)]
Update the "setup" target for GLib 2.4.5, GTK+ 2.4.4, and Pango-1.4.1.

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

19 years agoBump the version to 0.10.6. Drop in a new ChangeLog, and add the beginnings
gerald [Fri, 6 Aug 2004 14:08:54 +0000 (14:08 +0000)]
Bump the version to 0.10.6.  Drop in a new ChangeLog, and add the beginnings
of the release announcement to NEWS.

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

19 years agomore review comments from Graeme Hewson, increased version to 1.94, added Greame...
ulfl [Fri, 6 Aug 2004 07:00:49 +0000 (07:00 +0000)]
more review comments from Graeme Hewson, increased version to 1.94, added Greame and Martin Regner to the guide's "Acknowledgements"

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

19 years agoSet the "svn:keywords" and "svn:eol-style" properties to their standard
guy [Fri, 6 Aug 2004 05:34:41 +0000 (05:34 +0000)]
Set the "svn:keywords" and "svn:eol-style" properties to their standard
values.

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

19 years agoPut "Spirent" into the initial comment so people are more likely to be
guy [Fri, 6 Aug 2004 05:32:59 +0000 (05:32 +0000)]
Put "Spirent" into the initial comment so people are more likely to be
able to figure out what an AX/4000 is.

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

19 years agoMention psml as a valid option to -T in the usage statements.
gram [Fri, 6 Aug 2004 03:36:28 +0000 (03:36 +0000)]
Mention psml as a valid option to -T in the usage statements.

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

19 years agoSEKINE Hideki: Routines for AX/4000 Test Block dissection
jmayer [Thu, 5 Aug 2004 07:20:00 +0000 (07:20 +0000)]
SEKINE Hideki: Routines for AX/4000 Test Block dissection

Added HFILL macros to avoid warnings.

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

19 years agosome minor comments added, as suggested by Joerg Mayer
ulfl [Thu, 5 Aug 2004 05:50:32 +0000 (05:50 +0000)]
some minor comments added, as suggested by Joerg Mayer

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

19 years agominor review comment from Graeme Hewson
ulfl [Wed, 4 Aug 2004 20:41:24 +0000 (20:41 +0000)]
minor review comment from Graeme Hewson

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

19 years agomore review comments
ulfl [Wed, 4 Aug 2004 05:09:15 +0000 (05:09 +0000)]
more review comments

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

19 years agoFix a URL.
guy [Wed, 4 Aug 2004 03:13:41 +0000 (03:13 +0000)]
Fix a URL.

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

19 years agomore minor review comments from Graeme Hewson
ulfl [Tue, 3 Aug 2004 19:17:12 +0000 (19:17 +0000)]
more minor review comments from Graeme Hewson

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

19 years agothird part of Graeme Hewsons review comments
ulfl [Tue, 3 Aug 2004 16:32:59 +0000 (16:32 +0000)]
third part of Graeme Hewsons review comments

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

19 years agofirst and second part of Graeme Hewsons review comments
ulfl [Tue, 3 Aug 2004 05:21:35 +0000 (05:21 +0000)]
first and second part of Graeme Hewsons review comments

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

19 years agoDisallow "-f" when not doing a live capture, rather than just ignoring
guy [Tue, 3 Aug 2004 02:52:48 +0000 (02:52 +0000)]
Disallow "-f" when not doing a live capture, rather than just ignoring
the specified filter.

Note in the manual that you can't use capture filters when reading a
capture file, and that read filters might require too much CPU when
doing a live capture.

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

19 years agoFix the properties.
guy [Tue, 3 Aug 2004 02:30:49 +0000 (02:30 +0000)]
Fix the properties.

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

19 years agoMove a bunch of stuff that's more Windows-related than SMB-related to
guy [Tue, 3 Aug 2004 02:28:49 +0000 (02:28 +0000)]
Move a bunch of stuff that's more Windows-related than SMB-related to
"packet-windows-common.[ch]".

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

19 years agoEvery file that includes "packet-smb-common.h" either includes "smb.h"
guy [Mon, 2 Aug 2004 23:57:36 +0000 (23:57 +0000)]
Every file that includes "packet-smb-common.h" either includes "smb.h"
or doesn't need anything defined by "smb.h", so don't include it in
"packet-smb-common.h".

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

19 years agoNothing, other than the include of "smb.h", in "packet-smb-common.h" is
guy [Mon, 2 Aug 2004 23:53:23 +0000 (23:53 +0000)]
Nothing, other than the include of "smb.h", in "packet-smb-common.h" is
used here; don't include it, just include "smb.h".

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

19 years ago"dissect_smb_unknown()" isn't some generic routine, it's used only to
guy [Mon, 2 Aug 2004 23:46:14 +0000 (23:46 +0000)]
"dissect_smb_unknown()" isn't some generic routine, it's used only to
dissect unknown netlogon commands; move it to "packet-smb-logon.c".

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