Commit Graph

6916 Commits

Author SHA1 Message Date
Laurent Deniel 1a66f9aec9 Update my email address in various places since my old one no longer works
svn path=/trunk/; revision=7003
2003-01-26 19:35:31 +00:00
Tim Potter 46ab244cca Call the GSSAPI dissector when disecting GSSAPI transaction keys. The TKEY
request works quite nicely but I'm not sure what to call for the response.
Currently it just displays "Unknown header: (cls=2, cons=1, tag=1) which
looks like it's some more ASN.1 data.

svn path=/trunk/; revision=7002
2003-01-26 01:00:05 +00:00
Guy Harris ff9fece331 SSH dissector, from Huagang Xie.
svn path=/trunk/; revision=7001
2003-01-25 00:22:50 +00:00
Guy Harris 646e0dbc29 From Dave Richards: BACNET-over-ARCNET is BACNET-over-802.2-over-ARCNET,
not BACNET-directly-over-ARCNET.

svn path=/trunk/; revision=7000
2003-01-25 00:06:12 +00:00
Jörg Mayer a245e3742d Add a missing include packet-dcerpc-nt.h
svn path=/trunk/; revision=6999
2003-01-24 21:10:40 +00:00
Jörg Mayer 7cf99aacfd Remove an unused function prototype
svn path=/trunk/; revision=6998
2003-01-24 21:07:43 +00:00
Olivier Abad 3ee4c87fea hf_mdshdr_span is a FT_UINT8 field, so we must use :
proto_tree_add_uint_hidden() instead of proto_tree_add_int_hidden()

svn path=/trunk/; revision=6997
2003-01-24 17:17:25 +00:00
Tim Potter 354a9a8018 packet-dcerpc-nt.c is no longer a dissector so adjust Makefiles
accordingly.

svn path=/trunk/; revision=6996
2003-01-24 05:41:33 +00:00
Tim Potter 2213ef6aaa Perform the initialisation for the NT specific DCERPC dissectors as part
of the DCERPC dissector instead of creating a dummy protocol to hang
the ett and hf values off.

Make the open and close frame values in NT policy handles FT_FRAMENUM's
so the "Go to Corresponding Frame" menu item can be used on them.

svn path=/trunk/; revision=6995
2003-01-24 05:32:54 +00:00
Guy Harris f56360c779 From Albert Chin: get rid of trailing commas in enums, as Digital's,
err, umm, Compaq's, err, umm, HP's Tru64 C compiler doesn't like them.

svn path=/trunk/; revision=6994
2003-01-24 02:14:48 +00:00
Gerald Combs 25bc5800a4 Update for the 0.9.9 release.
svn path=/trunk/; revision=6992
2003-01-24 00:51:55 +00:00
Guy Harris d3a15b42b1 Register "sua.sua_version" as an obsolete preference, so that no
complaints are issued if a preferences file from an earlier version of
Ethereal is read.

svn path=/trunk/; revision=6991
2003-01-23 19:45:37 +00:00
Guy Harris e80c38cbd8 From Brad Hards: fix to handle the special case where the length of the
Naming Authrority is set to 0xFFFF to indicate that all service types
should be returned regardless of the naming authority, and no naming
authority is supplied in the message.

svn path=/trunk/; revision=6990
2003-01-23 10:25:32 +00:00
Guy Harris 2942cb3927 Put in an entry for the BACnet protocol ID.
svn path=/trunk/; revision=6989
2003-01-23 10:11:54 +00:00
Guy Harris 94aa5a707c Support BACNET over ARCNET, under the assumption that no fragmentation
is done.

Support "Novell EC" over ARCNET, under the assumption that it's just
another way of sending IPX over ARCNET.

svn path=/trunk/; revision=6988
2003-01-23 09:54:54 +00:00
Guy Harris 6d3d3efa15 Support Appletalk, IPv6, and Banyan Vines over ARCNET.
svn path=/trunk/; revision=6987
2003-01-23 09:39:33 +00:00
Guy Harris 5b1484f7b3 From a look at the Linux ARCNET code, it appears that no frame delivered
to the networking stack will have an exception frame header.

Note, however, that on the BSD's ARCNET might be a bit of a mess.

svn path=/trunk/; revision=6986
2003-01-23 09:04:54 +00:00
Guy Harris 7ab511a7d7 Handle exception frames.
svn path=/trunk/; revision=6985
2003-01-23 07:55:28 +00:00
Guy Harris 59cfe25924 Fix a typo.
svn path=/trunk/; revision=6984
2003-01-23 07:28:59 +00:00
Guy Harris 3cbb32e541 From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.
svn path=/trunk/; revision=6983
2003-01-23 07:01:52 +00:00
Guy Harris 498c94b10a Add a "capture_arcnet()" routine and use it when capturing.
In "dissect_arcnet_common()", fetch the protocol ID using the correct
offset rather than a hardwired 4.

svn path=/trunk/; revision=6982
2003-01-23 06:57:37 +00:00
Guy Harris 8e6518ea60 In the BSDs, ARCNET packets don't have an offset field between the
addresses and the protocol type, as supplied by BPF; on Linux, they *do*
have an offset field, as supplied by PF_PACKET sockets.  Add a new
WTAP_ENCAP_ARCNET_LINUX, with packets that include the offset field, and
don't dissect an offset in WTAP_ENCAP_ARCNET packets.

Map a libpcap link-layer type of 129 to WTAP_ENCAP_ARCNET_LINUX; that
value was recently assigned to Linux-style ARCNET.

Add some more ARCNET protocol IDs.

For most protocol IDs, dissect an ATA 878.2 fragmentation header; don't
do it for RFC 1051 IP and ARP, and Diagnose packets.  Set the length of
the ARCNET protocol tree item appropriately.

Dissect both the RFC 1051 and RFC 1201 styles of IP and ARP over ARCNET,
and dissect the RFC 1201 style of RARP as well.

svn path=/trunk/; revision=6981
2003-01-23 04:04:01 +00:00
Guy Harris 46ce1e6079 Make all the stuff in the capability fixed field in a management frame
2-byte bitfields, as the capability field is 2 bytes long.

svn path=/trunk/; revision=6980
2003-01-22 19:39:25 +00:00
Michael Tüxen 498c64a3c4 Updated to support
http://www.ietf.org/internet-drafts/draft-ietf-sigtran-sua-14.txt

svn path=/trunk/; revision=6979
2003-01-22 17:45:31 +00:00
Guy Harris 745fcf1971 From Jouni Malinen:
support for two new 802.11 elements used in the latest IEEE
	802.11g draft version: ERP Information and Extended Support
	Rates;

	two new capabilities flags.

svn path=/trunk/; revision=6978
2003-01-22 17:11:20 +00:00
Gerald Combs 1caa03191c Put a "-I" before "$gtk_aclocal_dir".
svn path=/trunk/; revision=6977
2003-01-22 15:58:33 +00:00
Michael Tüxen e66a16258f Added support for version 05 of the (expired) ID describing M3UA.
Updated to support RFC 3332.
Better handling of padding.

svn path=/trunk/; revision=6976
2003-01-22 09:07:26 +00:00
Guy Harris 45e0f7c470 Include <epan/resolv.h> to declare "get_hostname()".
svn path=/trunk/; revision=6975
2003-01-22 07:28:29 +00:00
Guy Harris e120160577 From Dinesh Dutt:
- A new decoder called MDSHDR which decodes the internal header of the
      Cisco MDS switch (this is different from the Boardwalk header).
    - Support for some more new columns as part of FC support.
    - Fixed the decoding of the Special Frame in FCIP.
    - Fixed the decoding of credit management type field in FLOGI/PLOGI frame
      in FC-ELS.

svn path=/trunk/; revision=6974
2003-01-22 06:26:36 +00:00
Guy Harris a4280bade5 "echo -n" isn't portable, and neither is sticking "\c" at the end of the
string to be echoed; use "tr" to delete new lines and, while we're at
it, also delete carriage returns (just in case this is being run under
Cygwin or something such as that, and it produces lines ending with
CR-LF).  Don't use character classes - I seem to remember that some
versions of "tr" require you to put the classes in square brackets and
some other versions don't work if you put them in square brackets.

svn path=/trunk/; revision=6973
2003-01-22 02:14:26 +00:00
Ronnie Sahlberg 96a18fb8cf TopTalkers feature for Ethernet/IP/TokenRing
IO-Users is a feature for tethereal that will print statistics on io usage
similar to top talkers in other tools.

It needs to be ported to ethereal with a nice graph sometime later.

try:
-z io,users,ip

see man-page

svn path=/trunk/; revision=6972
2003-01-22 01:24:06 +00:00
Ronnie Sahlberg 70c09d2c43 reate a TAP for Ethernet
svn path=/trunk/; revision=6971
2003-01-22 01:18:03 +00:00
Ronnie Sahlberg 6514627fb5 Create a TAP for TokenRing
svn path=/trunk/; revision=6970
2003-01-22 01:17:01 +00:00
Ronnie Sahlberg beab3b6c90 Patch for packet-ip to make it TAPable
svn path=/trunk/; revision=6969
2003-01-22 01:16:33 +00:00
Ronnie Sahlberg b8fd3cc391 Keep track of and display the time between Call and Reply in NCP packets.
svn path=/trunk/; revision=6968
2003-01-22 00:45:30 +00:00
Ronnie Sahlberg 87c67ddce1 New files for the SMB RTT statistics feature
svn path=/trunk/; revision=6967
2003-01-22 00:42:05 +00:00
Ronnie Sahlberg 48d3d8eb26 SMB RTT statistics for tethereal and ethereal.
SMB RTT statistics are similar to the RTT statistics already supported by ONC-RPC and DCE-RPC.
It will present a table with all seen SMB commands and present the Min/Max and Avg response time in ms.

Transaction2 and NT-Transaction commands are broken out and presented in its own subtables.

tethereal feature is activated with -z smb,rtt    switch
and in ethereal it is activated either through -0z smb,rtt switch or through the Menu.

svn path=/trunk/; revision=6966
2003-01-22 00:40:36 +00:00
Jörg Mayer 4c50ff909d aclocal-flags, autogen.sh:
- Fix handling of aclocal include flags for aclocal-include

autogen.sh:
- Name version variables individually
- Disable configure at end of autogen.sh

svn path=/trunk/; revision=6965
2003-01-22 00:19:00 +00:00
Jörg Mayer 2b78e3931d Fix for the problem that the aclocal-missing directory was not included in make dist-gzip
svn path=/trunk/; revision=6964
2003-01-22 00:08:12 +00:00
Jörg Mayer 106bedb847 cjs 2895: Fix configure check to compile with IBM Visual Age C compiler
- remove nested functions
- use char *pcap_version instead of char pcap_version[]

Changed the fix for the nested functions to use the mechanisms provided
by autoconf.

svn path=/trunk/; revision=6963
2003-01-21 21:47:36 +00:00
Jörg Mayer 8adf7a08fd Check for pcap in before /usr/local and stop on first hit
svn path=/trunk/; revision=6962
2003-01-21 20:38:32 +00:00
Jörg Mayer 06369ff33c Reorder defines numerically within version
svn path=/trunk/; revision=6961
2003-01-21 20:29:42 +00:00
Jörg Mayer eca91ac8b7 Update FAQ
svn path=/trunk/; revision=6960
2003-01-21 20:26:53 +00:00
Jörg Mayer 9bf634732d Update manuf file to revised format
svn path=/trunk/; revision=6959
2003-01-21 20:25:29 +00:00
Jörg Mayer e6fafce9c4 Don't replace spaces by '_', remove them.
svn path=/trunk/; revision=6958
2003-01-21 20:20:09 +00:00
Jörg Mayer 3ffd6a1365 Add a small fixme aboutn --enable-usr-local
svn path=/trunk/; revision=6957
2003-01-21 20:15:52 +00:00
Gerald Combs 21bb925496 Fix a typo.
svn path=/trunk/; revision=6956
2003-01-21 19:20:49 +00:00
Guy Harris d8ef406b87 Note that IP-over-FC is described by RFC 2625.
svn path=/trunk/; revision=6955
2003-01-21 05:21:03 +00:00
Guy Harris f8fec006d1 From Brian Ginsbach: symbolic names for Fibre Channel Network Address
Authority identifiers.

svn path=/trunk/; revision=6954
2003-01-21 05:04:07 +00:00
Guy Harris e6f9701029 From Huagang Xie: use "tvb_format_text()" when putting the command
parameter into the Info column.

svn path=/trunk/; revision=6953
2003-01-21 02:42:14 +00:00