aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nlm.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1237/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris2004-02-251-5/+2
* Prettifying the RPC and NFS (v3) layer.Ronnie Sahlberg2003-08-171-3/+3
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-2/+2
* Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris2002-12-031-4/+4
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-8/+10
* Updated all remaining ONC-RPC dissectors to pass the procedure name value_str...Ronnie Sahlberg2002-11-011-6/+105
* Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris2002-10-231-5/+5
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-61/+61
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg2002-05-211-1/+71
* Added option to match async NLM MSG with RES packets, to print which MSG pack...Ronnie Sahlberg2002-05-081-1/+299
* From Joerg Mayer:Guy Harris2002-04-141-4/+4
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-031-50/+50
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-12/+6
* From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisGuy Harris2001-12-231-2/+2
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-291-5/+13
* "stat" is the status in an NLM reply; "state" is the lock manager stateGuy Harris2001-09-141-12/+12
* NLM fix, and change of status monitor callback protocol name to use "_"Guy Harris2001-09-131-2/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-20/+20
* There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris2001-05-301-44/+44
* If you put an item into the protocol tree with "dissect_rpc_data_tvb()",Guy Harris2001-05-231-3/+3
* Add support for replies to NLMv3 SHARE and UNSHARE requests and to theGuy Harris2001-02-041-14/+56
* Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris2001-01-281-261/+129
* NLM v2 is allegedly just the same as NLM v1, and NLM v3 is allegedlyGuy Harris2001-01-201-41/+80
* Put in a URL that will eventually get you to The Open Group's NFS spec,Guy Harris2001-01-181-14/+21
* Code from Ronnie Sahlberg to complete the NLM dissector.Guy Harris2001-01-161-89/+502
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Reversed the latest changes for protocol enable/disable in RPC sub-dissectors.Uwe Girlich2000-08-141-16/+1
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+16
* NLM v1 dissector filled with some actual dissectors.Uwe Girlich2000-08-081-18/+252
* All 4 protocol versions included (as templates but not as decodings).Uwe Girlich2000-08-021-23/+95
* Use the new split between protocol registration and protocol handoffGuy Harris2000-04-041-3/+5
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Fixed rpc dissector to upcase program name.Nathan Neulinger1999-11-151-2/+2
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-151-0/+85