aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-01-23Register "sua.sua_version" as an obsolete preference, so that noGuy Harris1-2/+5
complaints are issued if a preferences file from an earlier version of Ethereal is read. svn path=/trunk/; revision=6991
2003-01-23From Brad Hards: fix to handle the special case where the length of theGuy Harris1-5/+15
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-23Put in an entry for the BACnet protocol ID.Guy Harris1-1/+2
svn path=/trunk/; revision=6989
2003-01-23Support BACNET over ARCNET, under the assumption that no fragmentationGuy Harris4-4/+10
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-23Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris3-3/+9
svn path=/trunk/; revision=6987
2003-01-23From a look at the Linux ARCNET code, it appears that no frame deliveredGuy Harris3-16/+70
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-23Handle exception frames.Guy Harris1-6/+52
svn path=/trunk/; revision=6985
2003-01-23Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=6984
2003-01-23From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.Guy Harris2-2/+13
svn path=/trunk/; revision=6983
2003-01-23Add a "capture_arcnet()" routine and use it when capturing.Guy Harris4-6/+77
In "dissect_arcnet_common()", fetch the protocol ID using the correct offset rather than a hardwired 4. svn path=/trunk/; revision=6982
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theGuy Harris7-67/+176
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-22Make all the stuff in the capability fixed field in a management frameGuy Harris1-34/+34
2-byte bitfields, as the capability field is 2 bytes long. svn path=/trunk/; revision=6980
2003-01-22Updated to supportMichael Tüxen1-1837/+691
http://www.ietf.org/internet-drafts/draft-ietf-sigtran-sua-14.txt svn path=/trunk/; revision=6979
2003-01-22From Jouni Malinen:Guy Harris2-3/+58
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-22Put a "-I" before "$gtk_aclocal_dir".Gerald Combs1-2/+2
svn path=/trunk/; revision=6977
2003-01-22Added support for version 05 of the (expired) ID describing M3UA.Michael Tüxen1-1049/+908
Updated to support RFC 3332. Better handling of padding. svn path=/trunk/; revision=6976
2003-01-22Include <epan/resolv.h> to declare "get_hostname()".Guy Harris1-3/+4
svn path=/trunk/; revision=6975
2003-01-22From Dinesh Dutt:Guy Harris12-22/+434
- 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"echo -n" isn't portable, and neither is sticking "\c" at the end of theGuy Harris1-3/+3
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-22TopTalkers feature for Ethernet/IP/TokenRingRonnie Sahlberg4-2/+343
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-22reate a TAP for EthernetRonnie Sahlberg2-26/+38
svn path=/trunk/; revision=6971
2003-01-22Create a TAP for TokenRingRonnie Sahlberg2-29/+46
svn path=/trunk/; revision=6970
2003-01-22Patch for packet-ip to make it TAPableRonnie Sahlberg2-75/+97
svn path=/trunk/; revision=6969
2003-01-22Keep track of and display the time between Call and Reply in NCP packets.Ronnie Sahlberg2-2/+24
svn path=/trunk/; revision=6968
2003-01-22New files for the SMB RTT statistics featureRonnie Sahlberg3-0/+831
svn path=/trunk/; revision=6967
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg9-96/+174
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-22aclocal-flags, autogen.sh:Jörg Mayer2-15/+17
- 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-22Fix for the problem that the aclocal-missing directory was not included in ↵Jörg Mayer2-6/+4
make dist-gzip svn path=/trunk/; revision=6964
2003-01-21cjs 2895: Fix configure check to compile with IBM Visual Age C compilerJörg Mayer3-9/+12
- 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-21Check for pcap in before /usr/local and stop on first hitJörg Mayer2-5/+11
svn path=/trunk/; revision=6962
2003-01-21Reorder defines numerically within versionJörg Mayer1-2/+2
svn path=/trunk/; revision=6961
2003-01-21Update FAQJörg Mayer1-169/+270
svn path=/trunk/; revision=6960
2003-01-21Update manuf file to revised formatJörg Mayer1-3639/+3761
svn path=/trunk/; revision=6959
2003-01-21Don't replace spaces by '_', remove them.Jörg Mayer1-10/+5
svn path=/trunk/; revision=6958
2003-01-21Add a small fixme aboutn --enable-usr-localJörg Mayer1-1/+4
svn path=/trunk/; revision=6957
2003-01-21Fix a typo.Gerald Combs1-2/+2
svn path=/trunk/; revision=6956
2003-01-21Note that IP-over-FC is described by RFC 2625.Guy Harris1-1/+2
svn path=/trunk/; revision=6955
2003-01-21From Brian Ginsbach: symbolic names for Fibre Channel Network AddressGuy Harris2-6/+26
Authority identifiers. svn path=/trunk/; revision=6954
2003-01-21From Huagang Xie: use "tvb_format_text()" when putting the commandGuy Harris1-2/+2
parameter into the Info column. svn path=/trunk/; revision=6953
2003-01-21Bump the version to 0.9.9. Update the NEWS and ChangeLog files.Gerald Combs5-9/+339
I'm shooting for a release on Wednesday evening. svn path=/trunk/; revision=6952
2003-01-21Use "tcp_dissect_pdus()" rather than doing the dissection ourselves.Guy Harris1-113/+68
If we reject a TCP segment, tell our caller, so they can try another dissector. svn path=/trunk/; revision=6951
2003-01-21Add packet-ntlmssp.h to Makefile.am.Gerald Combs1-1/+11
svn path=/trunk/; revision=6950
2003-01-20Updated to support latest versions of the Internet Drafts:Michael Tüxen1-341/+131
http://www.ietf.org/internet-drafts/draft-ietf-rserpool-common-param-02.txt http://www.ietf.org/internet-drafts/draft-ietf-rserpool-asap-05.txt svn path=/trunk/; revision=6949
2003-01-20Get rid of old ASAP PPID.Michael Tüxen2-9/+2
svn path=/trunk/; revision=6948
2003-01-20From Yaniv Kaul:Guy Harris1-3/+13
1. Add NAT-D and NAT-OA to the known payloads (does not dissect NAT-D yet, though), 2. Add types 3 and 4 as enapsulated tunnel and transport. svn path=/trunk/; revision=6947
2003-01-20Reject packets with opcodes we don't recognize.Guy Harris1-10/+25
svn path=/trunk/; revision=6946
2003-01-20Do desegmentation and handle multiple AIM messages per TCP segment.Guy Harris1-36/+76
If the packet doesn't look like an AIM packet, tell our caller so they can try something else. Don't display an item for undissected data if there isn't any data. svn path=/trunk/; revision=6945
2003-01-20Use "tcp_dissect_pdus()" rather than doing that stuff ourselves.Guy Harris1-99/+84
"mysql_handle" doesn't need to be static. "is_response" is really a Boolean; make it a gboolean. Get rid of some unused variables. svn path=/trunk/; revision=6944
2003-01-20The decision on whether there's an encapsulated IP packet in aGuy Harris1-13/+48
Source-Active TLV should be based on the length of the Source-Active TLV, not on the length of the data remaining in the tvbuff. The length of an (S,G) block is 12 bytes, not 24 bytes. svn path=/trunk/; revision=6943
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris5-245/+142
error packets, the copy of the packet that got the error, rather than doing it in the CLNP dissector and the ICMP dissector and the ICMPv6 dissector and the PPP dissector for various control protocols; have it do that work iff "pinfo->in_error_pkt" is set. svn path=/trunk/; revision=6942