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