aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Updates to the L2TP parser, from Laurent Cazalet and Thomas Parvais.Guy Harris2000-01-101-0/+8
| | | | svn path=/trunk/; revision=1449
* The L2TP dissector is by John Thomes, not John Thomas.Guy Harris2000-01-071-1/+1
| | | | svn path=/trunk/; revision=1434
* Add John Thomas' L2TP dissector.Guy Harris2000-01-071-0/+4
| | | | svn path=/trunk/; revision=1433
* Stuart Stanley's ISIS dissection support.Guy Harris1999-12-151-0/+3
| | | | svn path=/trunk/; revision=1340
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1999-12-121-0/+6
| | | | | | and V.120 decoder. svn path=/trunk/; revision=1304
* Avoid loading "." and ".." when scanning directories for pluginsOlivier Abad1999-12-121-0/+1
| | | | svn path=/trunk/; revision=1299
* WCCP 1.0 dissection, from Jerry Talkington.Guy Harris1999-12-121-0/+1
| | | | svn path=/trunk/; revision=1295
* Jerry Talkington's patch to remove the filter stuff fromGuy Harris1999-12-101-0/+1
| | | | | | | | "Edit:Preferences" and put it directly under "Edit:Filters", and to add an "Apply" button to it, which makes the currently selected filter the current filter and applies it to the current capture. svn path=/trunk/; revision=1275
* cleaned up nbp and added rtmp dissectorNathan Neulinger1999-12-091-0/+2
| | | | svn path=/trunk/; revision=1262
* Add Dave Chapeskie's name to the list of contributors.Guy Harris1999-12-071-0/+4
| | | | svn path=/trunk/; revision=1240
* James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1999-12-071-0/+5
| | | | svn path=/trunk/; revision=1234
* added simple irc dissectorNathan Neulinger1999-12-061-0/+1
| | | | svn path=/trunk/; revision=1232
* Patch from Jerry Talkington to:Guy Harris1999-12-061-4/+8
| | | | | | | | | | | treat CONNECT as an HTTP request; add DELETE and OPTIONS as request names. Make the order of names in the AUTHORS file match that of the man page and the About box. svn path=/trunk/; revision=1231
* added skeletal tacplus/xtacacs dissectorNathan Neulinger1999-12-031-0/+1
| | | | svn path=/trunk/; revision=1191
* Change Olivier's e-mail address.Gilbert Ramirez1999-11-291-2/+3
| | | | svn path=/trunk/; revision=1158
* added start of tns dissectorNathan Neulinger1999-11-291-0/+1
| | | | svn path=/trunk/; revision=1155
* updated my AUTHOR recordhannes1999-11-251-1/+1
| | | | | | | - IPv6 + CDP svn path=/trunk/; revision=1107
* bgp updates from Greg.Jun-ichiro itojun Hagino1999-11-221-2/+2
| | | | | | | | | | | | | | | | | | - now prints RFC1771 withdrawn prefixes - COMMUNITIES are now fully supported - AS_PATH fixes (output formatting, used snprintf and not sprintf, AS_PATH broken into separate subtree, and for now will ignore confederation types until we support them) - AGGREGATOR fixes, now prints again in tree header - made capitalization consistent (first words capitalized, rest lower case) - lots more commenting - other minor corrections - started work on route reflector attributes From: Greg Hankins <gregh@arthur.twoguys.org> svn path=/trunk/; revision=1090
* Added Heikki Vatiainen's <hessu@cs.tut.fi> HSRP dissector.Gilbert Ramirez1999-11-211-0/+2
| | | | svn path=/trunk/; revision=1086
* Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1999-11-171-0/+4
| | | | | | | | Rename the dissector for the Netware SAP protocol to "dissect_ipxsap()", so as to keep its name from colliding with that of the dissector for the Session Announcement Protocol. svn path=/trunk/; revision=1046
* Add display filters.Laurent Deniel1999-11-141-0/+1
| | | | svn path=/trunk/; revision=1026
* Added mount dissector.Nathan Neulinger1999-11-111-4/+1
| | | | | | | | | | | Added stat dissector. Enhancements to portmap dissector. Added rpc_prog_name function to packet-rpc to retrieve the name of an rpc program. This should likely eventually be modified to use the /etc/rpc or rpc.bynumber NIS maps in addition to the programs that are registered within ethereal. svn path=/trunk/; revision=1016
* Additions to bootparams, portmap, and ypserv dissectorsNathan Neulinger1999-11-111-1/+2
| | | | svn path=/trunk/; revision=1013
* Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1999-11-111-1/+2
| | | | | | | | | | | | | | Added proto_registrar_get_name routine to proto.c to retrieve the name of particular proto_tree field. Added dissect_rpc_string_item to packet-rpc.c. This routine does the same thing as dissect_rpc_string, except it takes a hfindex of a proto_tree item instead of a name. It uses the p_r_get_name call to get the name, and adds the actual string content as a hidden field (so that the subtree highlights the entire data area - length, data, and padding). There is only one call to dissect_rpc_string, so I believe that this routine should replace it. svn path=/trunk/; revision=1011
* Change my e-mail address to the forwarding address my *alma mater*Guy Harris1999-11-111-1/+1
| | | | | | | provides. "Every problem in computer science can be solved by adding a layer of indirection." svn path=/trunk/; revision=1008
* Add #defines for bits in the LAPD address field and for the LAPD SAPIGuy Harris1999-11-111-0/+2
| | | | | | | | | | values. Dissect the LAPD payload, if present. Add the beginnings of a Q.931 dissector. svn path=/trunk/; revision=1007
* expanded portmap dissector to process some of the procedure callsNathan Neulinger1999-11-101-1/+2
| | | | svn path=/trunk/; revision=1003
* Added stubs for various RPC routines:Nathan Neulinger1999-11-101-0/+1
| | | | | | | | | | | | | portmap ypserv ypxfr ypserv bootparams Stubs currently just map procedure numbers to names. I'll add some more decoding of the actual procedure call/reply contents eventually. svn path=/trunk/; revision=998
* more updates to bgp dissector.Jun-ichiro itojun Hagino1999-11-061-0/+8
| | | | | | | | | | | - separate tree for each message - added some comments - merged my code for OPEN message, mainly just terminology updates - searched all RFCs and defined known attributes from: Greg Hankins <gregh@cc.gatech.edu> svn path=/trunk/; revision=979
* Warren Young's patch to add a "Print" button to the "Follow TCP Stream"Guy Harris1999-10-301-0/+4
| | | | | | | | data window. Some (belated) man page updates. svn path=/trunk/; revision=950
* Don Lafontaine's IGRP/EIGRP dissector.Guy Harris1999-10-301-0/+1
| | | | svn path=/trunk/; revision=949
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-0/+4
| | | | svn path=/trunk/; revision=945
* Kojak's ICQ dissector.Guy Harris1999-10-241-0/+4
| | | | svn path=/trunk/; revision=919
* I believe this was me who did ipsec part. If my memory is wrong,Jun-ichiro itojun Hagino1999-10-221-0/+1
| | | | | | kick me. svn path=/trunk/; revision=918
* Additional NTP changes:Guy Harris1999-10-221-0/+4
| | | | | | | | | | | | | | | | | added misc. constants for parsing flags, and converting time stamps; added flags and primary sources explanations; added function for converting time stamps; improved item analysis; new item definitions; from Tomislav Vujec. svn path=/trunk/; revision=908
* Nathan Neulinger's 802.1q VLAN patch.Guy Harris1999-10-201-0/+1
| | | | svn path=/trunk/; revision=897
* Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-201-0/+2
| | | | svn path=/trunk/; revision=894
* BGP decoding. more attributes and NLRIs needs to be added.Jun-ichiro itojun Hagino1999-10-151-1/+3
| | | | | | | as BGP is a protocol on top of TCP, it may have trouble parsing out-of-sync data (in most cases data is aligned on packet, it seems). svn path=/trunk/; revision=843
* Nathan Neulinger's NTP dissector.Guy Harris1999-10-141-0/+1
| | | | svn path=/trunk/; revision=828
* Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1999-10-141-0/+4
| | | | | | protocols. svn path=/trunk/; revision=824
* Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1999-10-131-0/+1
| | | | | | | | | well. Add some more protocols to the list of value/string pairs for IP protocol types. svn path=/trunk/; revision=822
* Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1999-10-121-0/+1
| | | | | | and RIPng decoding. svn path=/trunk/; revision=818
* Oops! Forgot to commit the change that adds Christophe Tronche to theGuy Harris1999-10-111-0/+4
| | | | | | list of authors. svn path=/trunk/; revision=809
* Peter Torvals' Internet Cache Protocol dissector.Guy Harris1999-09-141-0/+4
| | | | svn path=/trunk/; revision=677
* Fix the e-mail address for Jeff Foster.Guy Harris1999-08-201-1/+1
| | | | svn path=/trunk/; revision=534
* Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1999-08-101-0/+5
| | | | | | LLC, the original NetBIOS encapsulation). svn path=/trunk/; revision=466
* Update Olivier Abad's e-mail address.Guy Harris1999-08-021-1/+1
| | | | svn path=/trunk/; revision=420
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | wiretap support for RADCOM Ltd.'s WAN/LAN analyzers (see http://www.radcom-inc.com/ ). Note: as I remember, IEEE 802.2/ISO 8022 LLC has somewhat of an SDLC flavor to it, just as I think LAP, LAPB, LAPD, and so on do, so we may be able to combine some of the LLC dissection and the LAPB dissection into common code that could, conceivably be used for other SDLC-flavored protocols. Make "S" a mnemonic for "Summary" in the "Tools" menu. Move the routine, used for the "Tools/Summary" display, that turns a wiretap file type into a descriptive string for it into the wiretap library itself, expand on some of its descriptions, and add an entry for files from a RADCOM analyzer. Have "Tools/Summary" display the snapshot length for the capture. svn path=/trunk/; revision=419
* Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris1999-07-281-0/+4
| | | | | | with the ATM on Linux software from <http://lrcwww.epfl.ch/linux-atm/>. svn path=/trunk/; revision=401
* Added a patch from Olivier Abad to handle X.25 iptrace captures.Gerald Combs1999-07-281-0/+4
| | | | svn path=/trunk/; revision=390