aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2002-03-14From Andrew Feren: put all of Cisco's OUIs into manuf.tmpl.Guy Harris1-0/+1
svn path=/trunk/; revision=4945
2002-03-14From Andrew Feren: minor patch to correct what looks like a cut andGuy Harris1-0/+1
paste error in an error message. The wrong filename is being displayed if manuf can't be opened for writing. svn path=/trunk/; revision=4944
2002-03-14hf_netlogon_code did not have an hf_[] entry.Ronnie Sahlberg1-0/+1
some cruft removed from LSA_SECURITY_DESCRIPTOR that is not used anymore since we call the dissector in packet-smb.c svn path=/trunk/; revision=4942
2002-03-09From Jouni Malinen: fix bugs in 802.11 authentication frame dissection.Guy Harris1-0/+4
svn path=/trunk/; revision=4902
2002-03-05From Michael Tuexen: SCCP-atop-M3UA support.Guy Harris1-0/+1
svn path=/trunk/; revision=4867
2002-03-04SCCP support, from Jeff Morriss.Guy Harris1-0/+1
svn path=/trunk/; revision=4866
2002-03-03From Heikki Vatiainen: make "get_host_ipaddr()" require dotted-quad IPGuy Harris1-0/+2
addresses to really be quads, i.e. have four numbers. svn path=/trunk/; revision=4854
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-0/+1
scripts, and check in changes to add _U_ to some unused arguments (some other should perhaps be used, so we leave the _U_ out so that the warnings serve as a reminder to check those). svn path=/trunk/; revision=4848
2002-03-01From Andrew Feren: add ifdefs to the top-level Makefile.nmake to avoidGuy Harris1-0/+2
using Python if PYTHON isn't defined. Fix up white space. svn path=/trunk/; revision=4837
2002-02-27Support for IEEE 802.1w RST BPDUs, from Alex Ruzin.Guy Harris1-0/+4
svn path=/trunk/; revision=4825
2002-02-27From Joerg Mayer:Guy Harris1-0/+3
In the "configure.in" files, add -D_U_="__attribute__((unused))" to CFLAGS if we're using GCC, and add -D_U_="" otherwise, so _U_ can be used to mark arguments as unused. Add -D_U_="" arguments to the Makefile.nmake files as well, so _U_ works with Microsoft Visual C++ as well. Add comments and RCS IDs to the Makefile.nmake files that don't already have them. svn path=/trunk/; revision=4824
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-0/+2
non-existent functions. Remove the "filetype" argument from the "can_write_encap" functions for particular capture file types - the argument value is implicit, in that the routine being called is the routine for that particular file type. svn path=/trunk/; revision=4823
2002-02-27From John Mackenzie: register GIOP dissector as a UDP heuristicGuy Harris1-0/+1
dissector. svn path=/trunk/; revision=4817
2002-02-25Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris1-0/+1
set the columns, for use with EAP payloads inside RADIUS packets. From Adam Sulmicki: dissect SSL-encoded stuff inside EAP. svn path=/trunk/; revision=4806
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-0/+5
"int" and to check "getopt()"s return value with -1 rather than EOF. Fix other "getopt()" loops to check against -1 as well (EOF is -1 on most if not all platforms, but the Single UNIX Specification says "getopt()" returns -1, so we should check against -1, not EOF). svn path=/trunk/; revision=4793
2002-02-23From John Mackenzie: put missing initializations of table entries inGuy Harris1-0/+4
"plugins.c". svn path=/trunk/; revision=4790
2002-02-22From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris1-0/+1
svn path=/trunk/; revision=4786
2002-02-22COPS-PR extension support, from Kari Tiirikainen.Guy Harris1-0/+4
Add support for desegmentation of COPS messages and for multiple COPS messages per TCP segment. svn path=/trunk/; revision=4781
2002-02-22From Adam Sulmicki: additional AVPs for RADIUS. and makingGuy Harris1-0/+2
RD_TP_CONNECT_INFO a RADIUS_STRING rather than a RADIUS_STRING_TAGGED. svn path=/trunk/; revision=4780
2002-02-22From Adam Sulmicki <adam[AT]cfar.umd.edu>:Guy Harris1-0/+5
Add more type values for EAP. Fix off-by-one bug when displaying Code of EAP message. Get rid of an unnecessary "volatile". Give the code and type fields value_string arrays, and use them when putting the code and type into the protocol tree. Base the decision of whether to put the type field into the tree on the request code, not on the length of the packet. Display the Type-Data field, under that name, under the EAP tree, as it's part of the EAP PDU. svn path=/trunk/; revision=4779
2002-02-22From Dermot Bradley:Guy Harris1-1/+8
support for Openwave-specific WSP headers; support for Openwave-specific field names; support for additional content types from Openwave; support for additional language values. svn path=/trunk/; revision=4775
2002-02-22Initial quota support, from Ronnie Sahlberg.Guy Harris1-2/+2
svn path=/trunk/; revision=4771
2002-02-19From Andrew Hood: translate enterprise OIDs in SNMP traps to strings ifGuy Harris1-0/+1
possible. svn path=/trunk/; revision=4758
2002-02-15From Joerg Mayer: remove trailing blanks from hex dump inGuy Harris1-0/+1
print/Tethereal. svn path=/trunk/; revision=4742
2002-02-14From Laurent Rabret: print the correct length in the ExtendedGuy Harris1-0/+1
Communities attribute in a BGP Update message. Also, get rid of an extra space before a colon in the display for that attribute, which isn't in other attributes. svn path=/trunk/; revision=4732
2002-02-07Support in Wiretap for DLT_HHDLC, from Tomas Kukosa.Guy Harris1-0/+1
svn path=/trunk/; revision=4707
2002-02-07Additional cipher suite names for SSL, from Nathan Neulinger and ScottGuy Harris1-0/+1
Renfro. svn path=/trunk/; revision=4706
2002-02-03From Ricardo Barroetave�a: support dissectors that are handedGuy Harris1-0/+3
reassembled TCP data being able to indicate that they need still more reassembly, so that, for example, a dissector can indicate that it needs reassembly in order to dissect a header that says how long the PDU is and, when that reassembly is done and it dissects the header, it can then indicate that it needs more reassembly to get the entire PDU. svn path=/trunk/; revision=4694
2002-02-02From Heikki Vatiainen:Guy Harris1-0/+1
check for GNU "sed", and skip the "bad sed" checks if it's found; check for "/bin/sed" as well as "/usr/bin/sed" on Solaris; put the "sed" checks into a separate section of code with its own test for the host OS, to make it a bit cleaner to add any checks needed on other OSes. svn path=/trunk/; revision=4681
2002-02-02IAPP support, from Alfred Arnold.Guy Harris1-0/+4
svn path=/trunk/; revision=4679
2002-02-02Routines added to the plugin table, and include-once #ifndef/#defineGuy Harris1-0/+4
wrappers added to plugin header files, by Charlie Duke. svn path=/trunk/; revision=4676
2002-01-31TSP support, from Uwe GirlichUwe Girlich1-0/+1
svn path=/trunk/; revision=4648
2002-01-30IPv6 name resolution support on Solaris 8, from Heikki Vatiainen.Guy Harris1-0/+1
svn path=/trunk/; revision=4627
2002-01-29DCE RPC enhancements, and SAMR improvements, from Ronnie Sahlberg.Guy Harris1-3/+1
svn path=/trunk/; revision=4618
2002-01-29Support for capturing on, and reading captures from, OpenBSD firewallGuy Harris1-0/+5
logging virtual interface, from Mike Frantzen. svn path=/trunk/; revision=4616
2002-01-25From Ronnie Sahlberg:Guy Harris1-0/+2
NDR pointer handling in DCE RPC SAMR updates svn path=/trunk/; revision=4608
2002-01-25From Tim Potter: NT SID dissection.Guy Harris1-0/+1
Don't label the SID in an ACE as an "NT SID SID", label it as an "NT ACE SID". svn path=/trunk/; revision=4607
2002-01-23From Ronnie Sahlberg: add support for finding the response that matchesGuy Harris1-0/+2
a request. svn path=/trunk/; revision=4600
2002-01-21From Andrew Feren:Guy Harris1-1/+1
The original checkinstall assumed /usr/local as the GTK+ install install directory even if an alternate directory directory was specified when configure was run. checkinstall now checks for GTK+ in the configured directory and punts (checks if gtk-config is in the path) if it doesn't find GTK+ in the configured location. svn path=/trunk/; revision=4595
2002-01-21From Andrew Feren - don't use what is presumably a GNU find-specificGuy Harris1-0/+1
option in the find command in mkpkg, to make it work with the Solaris find. svn path=/trunk/; revision=4594
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.Guy Harris1-0/+4
svn path=/trunk/; revision=4593
2002-01-21From Ricardo Barroetave�a: support for all TLVs and messages in RFCGuy Harris1-0/+4
3036. svn path=/trunk/; revision=4590
2002-01-18Support for hex dump mode in "Follow TCP Stream" window showing hex andGuy Harris1-0/+2
ASCII data, from Jirka Novak. svn path=/trunk/; revision=4564
2002-01-16SCTP support in text2pcap, and fix to usage message for "-u", fromGuy Harris1-0/+1
Michael Tuexen. Documentation of SCTP support in text2pcap, from me. svn path=/trunk/; revision=4553
2002-01-15Collapse the two entries for Mark Burton into one.Guy Harris1-4/+1
svn path=/trunk/; revision=4550
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-0/+1
related protocols. svn path=/trunk/; revision=4533
2002-01-11From Jirka Novak:Guy Harris1-0/+8
Support for generating filter expressions based on packet list column values Support for adding filter expressions generated from column or protocol tree field values to the current expression rather than replacing the current expression svn path=/trunk/; revision=4522
2002-01-10From Nagarjuna Venna: only display the reason in BYE RTCP packets ifGuy Harris1-0/+4
it's present. svn path=/trunk/; revision=4518
2002-01-10SCSI dissector, and changes to make the iSCSI dissector use it, fromGuy Harris1-0/+5
Dinesh Dutt. svn path=/trunk/; revision=4508
2002-01-04WTP reassembly, from Tom Uijldert.Guy Harris1-0/+1
svn path=/trunk/; revision=4480