aboutsummaryrefslogtreecommitdiffstats
path: root/packet-portmap.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Use a name, not a number, to refer to the IP protocol number for UDP.Guy Harris2002-05-111-2/+2
* Added parsing of PORTMAP GETPORT functions.Ronnie Sahlberg2002-05-091-1/+36
* From Joerg Mayer:Guy Harris2002-04-141-13/+25
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-031-18/+18
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-4/+4
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-16/+16
* There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris2001-05-301-12/+12
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-1/+2
* For indirect RPC calls, remember the call information, and add aGuy Harris2001-02-091-20/+55
* Make a "dissect_rpc_indir_call()" routine to dissect arguments to aGuy Harris2001-02-091-37/+16
* Add support for dissecting V3 CALLIT and V4 BCAST/INDIRECT calls.Guy Harris2001-02-061-4/+4
* Tvbuffify the portmap/rpcbind dissector, and implement part of CALLITGuy Harris2001-02-061-111/+166
* Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris2001-01-281-9/+9
* Put in comments explaining what the two "Universal Address" fields are;Guy Harris2001-01-221-3/+3
* Fix comments to reflect what a null function pointer in a "vsff" tableGuy Harris2001-01-181-6/+6
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Give the RFC number of the spec for the portmapper/rpcbind protocols.Guy Harris2000-08-241-1/+6
* Reversed the latest changes for protocol enable/disable in RPC sub-dissectors.Uwe Girlich2000-08-141-34/+1
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+34
* Use "dissect_rpc_list()" to dissect NFS READDIR/READDIRPLUS reply listsGuy Harris2000-06-121-65/+40
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-16/+16
* Add tvbuff class.Gilbert Ramirez2000-05-111-25/+25
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-1/+5
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-9/+9
* Give "dissect_rpc_string()" an extra "char **" argument; if it'sGuy Harris2000-01-221-5/+5
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Portmapper v2 dump reply somehow nicer formatted.Uwe Girlich1999-11-261-6/+8
* Added v2 portmap dump replyNathan Neulinger1999-11-221-3/+53
* Added Uwe's update to RPC.Gilbert Ramirez1999-11-191-7/+136
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-3/+8
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-151-1/+60
* Added mount dissector.Nathan Neulinger1999-11-111-14/+42
* Additions to bootparams, portmap, and ypserv dissectorsNathan Neulinger1999-11-111-1/+8
* expanded portmap dissector to process some of the procedure callsNathan Neulinger1999-11-101-8/+117
* Changed protocol names to all lowercase. It looks weird in listing though.Nathan Neulinger1999-11-101-2/+2
* Added stubs for various RPC routines:Nathan Neulinger1999-11-101-0/+78