aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlm.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-17Prettifying the RPC and NFS (v3) layer.Ronnie Sahlberg1-3/+3
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-2/+2
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris1-4/+4
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-8/+10
2002-11-01Updated all remaining ONC-RPC dissectors to pass the procedure name value_str...Ronnie Sahlberg1-6/+105
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-61/+61
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-21Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg1-1/+71
2002-05-08Added option to match async NLM MSG with RES packets, to print which MSG pack...Ronnie Sahlberg1-1/+299
2002-04-14From Joerg Mayer:Guy Harris1-4/+4
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-50/+50
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-12/+6
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris1-2/+2
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-5/+13
2001-09-14"stat" is the status in an NLM reply; "state" is the lock manager stateGuy Harris1-12/+12
2001-09-13NLM fix, and change of status monitor callback protocol name to use "_"Guy Harris1-2/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-20/+20
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-44/+44
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data_tvb()",Guy Harris1-3/+3
2001-02-04Add support for replies to NLMv3 SHARE and UNSHARE requests and to theGuy Harris1-14/+56
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-261/+129
2001-01-20NLM v2 is allegedly just the same as NLM v1, and NLM v3 is allegedlyGuy Harris1-41/+80
2001-01-18Put in a URL that will eventually get you to The Open Group's NFS spec,Guy Harris1-14/+21
2001-01-16Code from Ronnie Sahlberg to complete the NLM dissector.Guy Harris1-89/+502
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-08-14Reversed the latest changes for protocol enable/disable in RPC sub-dissectors.Uwe Girlich1-16/+1
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+16
2000-08-08NLM v1 dissector filled with some actual dissectors.Uwe Girlich1-18/+252
2000-08-02All 4 protocol versions included (as templates but not as decodings).Uwe Girlich1-23/+95
2000-04-04Use the new split between protocol registration and protocol handoffGuy Harris1-3/+5
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-11-15Fixed rpc dissector to upcase program name.Nathan Neulinger1-2/+2
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1-0/+85