aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1999-11-178-8/+337
* Typo fix, from Heikki Vatiainen.Guy Harris1999-11-171-2/+2
* We should be checking the value of loc_of_slash instead of index. ItGilbert Ramirez1999-11-161-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-1688-918/+1587
* "gtk_object_get_data()" returns a pointer, so its return value shouldn'tGuy Harris1999-11-161-2/+2
* I hope no one just committed something on this.Richard Sharpe1999-11-161-5/+10
* Remove an "#if 0"-ed out chunk of code that was supposed to cause theGuy Harris1999-11-161-5/+1
* Don't store both "start" and "length" in each GUI proto_tree item. JustGilbert Ramirez1999-11-153-12/+12
* added sap types, netbios name types, ipx socket namesNathan Neulinger1999-11-152-2/+39
* Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item toNathan Neulinger1999-11-155-155/+153
* start of display filters and fix for toupper prototypeNathan Neulinger1999-11-151-2/+48
* Fixed rpc dissector to upcase program name.Nathan Neulinger1999-11-153-6/+18
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-1513-73/+893
* We have to include <sys/types.h> before including <netinet/in.h> on someGuy Harris1999-11-151-1/+5
* Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1999-11-159-31/+468
* For ONC RPC, when constructing conversations, use a null address as theGuy Harris1999-11-142-32/+46
* Move the test to see if something looks like an ONC RPC request or replyGuy Harris1999-11-143-75/+107
* Set "conversation_keys" to NULL after destroying the list ofGuy Harris1999-11-141-1/+2
* Add display filters.Laurent Deniel1999-11-141-8/+20
* Add display filters.Laurent Deniel1999-11-141-8/+22
* Add display filters.Laurent Deniel1999-11-142-9/+20
* OK,Richard Sharpe1999-11-141-84/+278
* Fixed some more small problems and added support for decodingRichard Sharpe1999-11-142-53/+377
* Dissect a whole pile of Q.931 information elements.Guy Harris1999-11-131-137/+1850
* Add ETT_Q931_IEGilbert Ramirez1999-11-131-1/+2
* A few cause codes more (cue Ennio Morricone).Guy Harris1999-11-131-2/+6
* Add initial support for decoding information elements.Guy Harris1999-11-131-1/+355
* Add support for HINFO records.Guy Harris1999-11-121-1/+76
* enhancements to ypserv dissectorNathan Neulinger1999-11-122-10/+53
* added minimalist MAPI dissector - only determines request/replyNathan Neulinger1999-11-114-3/+93
* Added mount dissector.Nathan Neulinger1999-11-1110-33/+271
* bgp improvements.Jun-ichiro itojun Hagino1999-11-113-132/+208
* The conversation comparison code should, if *any* of the tests thatGuy Harris1999-11-111-50/+33
* Additions to bootparams, portmap, and ypserv dissectorsNathan Neulinger1999-11-114-64/+224
* Remove potential for a bad toshiba trace file to overflow a fixed char[]Gilbert Ramirez1999-11-111-3/+5
* Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1999-11-116-11/+154
* Some general fixups and some fixes for protocol decode problemsRichard Sharpe1999-11-111-17/+43
* Support all lengths of call reference value (1 to 15 octets).Guy Harris1999-11-111-27/+10
* Change my e-mail address to the forwarding address my *alma mater*Guy Harris1999-11-116-8/+12
* Add #defines for bits in the LAPD address field and for the LAPD SAPIGuy Harris1999-11-115-18/+262
* "XDLC_CONTROL_LEN()" actually returned the length of the entire xDLCGuy Harris1999-11-112-15/+17
* Remove unnecessary file_seek per packet, speeding up loading of aGilbert Ramirez1999-11-111-3/+4
* Add LAPD support.Gilbert Ramirez1999-11-116-16/+184
* expanded portmap dissector to process some of the procedure callsNathan Neulinger1999-11-102-9/+119
* Changed protocol names to all lowercase. It looks weird in listing though.Nathan Neulinger1999-11-105-9/+16
* More small memleak fixes.Gilbert Ramirez1999-11-103-4/+8
* Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1999-11-105-17/+22
* Added dissect_imap() prototype to get rid of compilation warningGilbert Ramirez1999-11-101-1/+2
* Added stubs for various RPC routines:Nathan Neulinger1999-11-1014-31/+457
* added ypxfr program to rpcNathan Neulinger1999-11-102-2/+8