aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2003-01-22From Jouni Malinen:Guy Harris1-0/+1
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-22From Dinesh Dutt:Guy Harris1-1/+3
- 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-21cjs 2895: Fix configure check to compile with IBM Visual Age C compilerJörg Mayer1-0/+4
- 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-21From Brian Ginsbach: symbolic names for Fibre Channel Network AddressGuy Harris1-0/+2
Authority identifiers. svn path=/trunk/; revision=6954
2003-01-19From Huagang Xie: dissector for MySQL protocol.Guy Harris1-0/+4
svn path=/trunk/; revision=6939
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris1-0/+4
Move SCTP payload protocol IDs to a header file, and get the PPIDs from that header file rather than defining them in dissectors running atop SCTP. Use both the old(?) and official PPID for ASAP. svn path=/trunk/; revision=6926
2003-01-14From Anders Broman: some additional SCTP payload protocol IDs.Guy Harris1-0/+4
svn path=/trunk/; revision=6925
2003-01-14From Dinesh Dutt:Guy Harris1-1/+2
- Decoders for the few remaining FC protocols not included in my first patch. Included in this list are decoders for FC-CT (common transport), Name Server (dNS), Fabric Configuration Server (FCS) and Zone Server (FZS). - Decoder for MDS Debug Port Adapter. MDS Debug Port Adapter (internal name was Boardwalk and this is the file name) is a piece of hardware that can be purchased with Cisco's MDS Fibre Channel switches that converts FC frames into Ethernet frames. One end is connected to a port on a FC switch and the other end is connected to a FE/GE Ethernet port. The decoder included here decodes the encapsulation header that carries information such as SOF/EOF of FC frames. svn path=/trunk/; revision=6919
2003-01-11From Devin Heitmueller: improve dissection of the AIM signon-reply, theGuy Harris1-0/+1
request-user-info, and the start of the user-info reply. svn path=/trunk/; revision=6906
2003-01-09From Albert Chin: "sync_pipe[]" isn't exported by "capture.c", so itGuy Harris1-0/+1
shouldn't be declared in "capture.h". svn path=/trunk/; revision=6886
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesGuy Harris1-0/+2
from network-based libpcaps that use that protocol. svn path=/trunk/; revision=6875
2003-01-06Mention the MTP3 Management support.Guy Harris1-0/+1
svn path=/trunk/; revision=6859
2002-12-31From Ronald Henderson: make "format_text()", on Windows, escape allGuy Harris1-0/+3
characters that aren't printable ASCII, as GTK+ for Windows thinks strings are UTF-8 but the strings we give it wouldn't be UTF-8. svn path=/trunk/; revision=6832
2002-12-31From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls inGuy Harris1-0/+2
"epan/proto.c" to properly handle string truncation (by checking both for -1 and a value larger than the buffer size as an indication of truncation, as some older versions of those routines return -1, and, if the string was truncated, putting in a trailing '\0', as "snprintf()" on some platforms might not put the trailing '\0' in). svn path=/trunk/; revision=6830
2002-12-31From Devin Heitmueller: support for decrypting DCERPC conversationsGuy Harris1-0/+2
using NTLMSSP version 1. Show stub data as such for all requests and replies where we can't dissect the stub data as a request or reply for some DCERPC-based protocol. svn path=/trunk/; revision=6825
2002-12-29From rmkml: support for capturing from a pipe in Tethereal.Guy Harris1-0/+4
Fix up the documentation of the "-i" flag in the Ethereal man page to note only that "netstat -i" and "ifconfig -a" *might* work, to specifically note that not all UNIXes support the "-a" flag to "ifconfig", and to note that pipe data must be in *standard* libpcap format. Document the support for pipes in the "-i" flag in Tethereal. svn path=/trunk/; revision=6822
2002-12-27From Martin Regner: properly set the offset in the join/prune processingGuy Harris1-0/+1
loops for groups, so that it gets advanced to the beginning of the next group after a group is finished. svn path=/trunk/; revision=6818
2002-12-17From Jason House, support for TAPping from TCP protocolRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=6792
2002-12-17From James Harris: Decrypt RADIUS user passwords.Gerald Combs1-0/+4
The MD5 is copyrighted by L. Peter Deutsch, and released under the same license as zlib. It is GPL-compatible, and should NOT have the GPL applied to it. svn path=/trunk/; revision=6790
2002-12-16From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris1-0/+2
Last Received LCP CONFREQ, Last Sent LCP CONFREQ, and correct some AVP names. svn path=/trunk/; revision=6789
2002-12-16From Ronald Henderson: support for colored graphs in io_stat also for the ↵Ronnie Sahlberg1-0/+1
Gtk1 version. svn path=/trunk/; revision=6786
2002-12-11From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris1-0/+2
Last Received LCP CONFREQ, Last Sent LCP CONFREQ, and correct some AVP names. svn path=/trunk/; revision=6779
2002-12-11From Devin Heitmueller:Guy Harris1-0/+2
Minor change to the connection oriented DCE/RPC function calls. Now the offset is provided in the call, instead of having a hard-coded value in each function. Also makes the calling convention consistent with the datagram equivalents for the functions. Didn't do it for dissect_dcerpc_cn_auth() yet, as that is a special case (and I am in the process of restructuring it to make verifier decryption work properly). svn path=/trunk/; revision=6778
2002-12-08Update Dinesh's entry to include FC.Gerald Combs1-0/+1
svn path=/trunk/; revision=6759
2002-12-05From Fritz Budiyanto: add a missing g_ntohs() for flow_label in theGuy Harris1-1/+1
gtpv0 decoder. svn path=/trunk/; revision=6749
2002-12-03From Devin Heitmueller:Guy Harris1-0/+3
add MD4 and RC4 crypto support; use it to decrypt the NT password encryption block in UnicodeChangePassword2. svn path=/trunk/; revision=6727
2002-12-02Update Michael Tuexen's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=6721
2002-12-01From Brad Hards:Guy Harris1-0/+3
Support for mDNS/LLMNR "cache flush" bit Label mDNS and DNS differently in the Protocol column Clean up summary line for PTR records svn path=/trunk/; revision=6709
2002-11-29From Like H, update to NETLOGON. DSROLEGETPRIMARYDOMAININFO is actually ↵Ronnie Sahlberg1-0/+1
ENUMERATETRUSTEDDOMAINS svn path=/trunk/; revision=6705
2002-11-28From Pasi Eronen: dissect the packet inside an LCP Protocol Reject message.Guy Harris1-0/+1
svn path=/trunk/; revision=6698
2002-11-28From Marco Molteni: fix a comment to reflect reality.Guy Harris1-0/+4
svn path=/trunk/; revision=6696
2002-11-27From Andreas Trauer:Guy Harris1-0/+2
In a Router-LSA in an OSPF LS Update packet it was difficult for the untrained to associate the informations in the link list to the single links. This patch adds a subtree for each link with a short summary in the tree "title". svn path=/trunk/; revision=6677
2002-11-25From Jason Greene:Guy Harris1-0/+4
This patch fixes decoding of the newSuperior attribute of an LDAPv3 modrdn request. The current implementation attempts to decode the attribute as an LDAPDN (Octext String, 0x4), when its definition is actually Context 0 (0x80). svn path=/trunk/; revision=6672
2002-11-25Update Tomas Kukosa's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=6671
2002-11-23Update Mike Hall's e-mail address.Guy Harris1-1/+1
svn path=/trunk/; revision=6666
2002-11-23From Tomas Kukosa: adjust the pointer into the line buffer if the lineGuy Harris1-0/+1
buffer gets reallocated. svn path=/trunk/; revision=6665
2002-11-18Martin Regner addedUwe Girlich1-0/+4
svn path=/trunk/; revision=6656
2002-11-16From Dave Richards: support BACNET over 802.2.Guy Harris1-0/+4
svn path=/trunk/; revision=6644
2002-11-15From Taisuke Sasaki:Guy Harris1-1/+1
In OSPF(both OSPFv2 and OSPFv3), I think it is popular that 1) LS Sequence is represented in %0x08x format 2) External Route Tag is represented in %u format svn path=/trunk/; revision=6638
2002-11-15From Chris Waters: export "find_dissector_table()" and addGuy Harris1-0/+2
"dissector_handle_get_protocol_index()". svn path=/trunk/; revision=6633
2002-11-14From Andrew Esh: typo fix in iSCSI dissector.Guy Harris1-0/+1
svn path=/trunk/; revision=6631
2002-11-14From Didier Gautheron: make the rule to build "ethereal-tap-register.c"Guy Harris1-0/+1
work when a build is done outside the source tree, and make "ethereal-tap-register.c" depend on the script that builds it. svn path=/trunk/; revision=6626
2002-11-13From Brian Ginsbach: upport for additional snoop file encapsulations inGuy Harris1-0/+1
UNICOS/mp. svn path=/trunk/; revision=6621
2002-11-13From Brian Ginsbach: add a new "dissect_rpc_bytes()" routine to allowGuy Harris1-0/+6
fixed-length opaque data to be dissected, and add support for SGI's variant of the ONC RPC mount protocol. svn path=/trunk/; revision=6620
2002-11-12From Ronald Henderson: in LDAP dissector, handle Sequence Of headerGuy Harris1-0/+5
being split across TCP segments. svn path=/trunk/; revision=6618
2002-11-11From Andreas Trauer:Guy Harris1-2/+1
- correct typos in comments - remove obsoleted definition of GTP_PPP_0x00, ... - remove distinction between GTP and PPP for col_append_str_gtp(), because this layer is GTP (or GTP-U), but never PPP svn path=/trunk/; revision=6614
2002-11-10From Devin Heitmueller: show proper field names for SAMRGuy Harris1-1/+2
UnicodeChangePassword2. svn path=/trunk/; revision=6603
2002-11-07From Hannes Gredler: show the type value for OSI protocols symbolically.Guy Harris1-0/+1
svn path=/trunk/; revision=6579
2002-11-07From Jason House: add the rule to make "ethereal-tap-register.c".Guy Harris1-1/+1
Make that rule work correctly, by making "ETHEREAL_TAP_SRC" refer to the *source* files, making "ETHEREAL_TAP_OBJECTS" be the *object* files (as generated from the list of source files), and adding "ETHEREAL_TAP_OBJECTS" rather than "ETHEREAL_TAP_SRC" to the list of objects to link. svn path=/trunk/; revision=6574
2002-11-06From Andreas Trauer:Guy Harris1-0/+5
Replace the handling of PPP packets over GTPv1 and also establish the handling of PPP packet over GTPv0. Additionally IPv6 packets are handled in GTPv0 and GTPv1. Explanation: - old solution: examining the known PPP protocols is a tough task, because there might be more in the future -> the list must be extended more and more (the octet 0x00 has already been added for PPP network layer protocols, but for protocol field compression a lot of protocols must be inserted for IPv4(0x21), IPv6(0x57), maybe IPX (0x2b) or AppleTalk (0x29), ...) - new solution: It is easier the other way: the most significant nibble of the first octet must be 4 for IPv4 and 6 for IPv6. All other values are assumed to be PPP packets, including packets beginning with values 0x40-0x44 (header too short for IPv4 packet) and value 0x4f (PPP protocol type (IPv6 header compression protocol) taking precedence over IPv4 packets with header length of 60 octets). svn path=/trunk/; revision=6568