aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nisplus.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-6/+5
microseconds. Fix some "signed vs. unsigned" comparison warnings. svn path=/trunk/; revision=3934
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-115/+115
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-06-12Give a number of files RCS IDs.Guy Harris1-0/+2
Give "proto_hier_stats.h" a standard header. svn path=/trunk/; revision=3540
2001-06-02Changes to structure initializations not to initialize some but not allGuy Harris1-1/+1
members, from Joerg Mayer. svn path=/trunk/; revision=3501
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-81/+81
rid of support for them, and remove the "_tvb" from the end of the names of RPC type dissection routines. Update Gerald's e-mail address. svn path=/trunk/; revision=3477
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data_tvb()",Guy Harris1-19/+19
it must be FT_BYTES, not FT_STRING. svn path=/trunk/; revision=3439
2001-05-07Fix one remaining "NIS" to be "NIS+".Guy Harris1-1/+1
svn path=/trunk/; revision=3403
2001-05-07NIS+ support, from Ronnie Sahlberg.Guy Harris1-0/+1922
svn path=/trunk/; revision=3401