aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yppasswd.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated all remaining ONC-RPC dissectors to pass the procedure name ↵Ronnie Sahlberg2002-11-011-2/+13
| | | | | | value_string in the call to prc_init_proc_table() svn path=/trunk/; revision=6528
* Add an extra argument to "rpc_init_proc_table()" that can specify an hf_Guy Harris2002-10-231-2/+2
| | | | | | | | | | | | value for a field to be used for the procedure number for that version of the protocol; use that field, if specified, instead of just putting in a generic "rpc.procedure" field. Have the ypserv dissector register those fields and supply them to "rpc_init_proc_table()". Supply -1 for other RPC programs (for now), meaning "no such field exists". svn path=/trunk/; revision=6486
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-9/+9
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
| | | | | | | | equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
* Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich2002-04-031-12/+12
| | | | svn path=/trunk/; revision=5090
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-2/+2
| | | | | | | | | | | | arguments to "proto_tree_add_text()", and to "proto_tree_add_XXX()" calls that add FT_NONE or FT_PROTO items to the protocol tree, with -1. Replace some calls to "tvb_length()" or "tvb_length_remaining()" with calls to "tvb_reported_length()" and "tvb_reported_length_remaining()", as those give the actual length of the data in the packet, not just the data that happened to be captured. svn path=/trunk/; revision=4605
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-11/+11
| | | | | | | "header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
* Give a number of files RCS IDs.Guy Harris2001-06-121-0/+2
| | | | | | Give "proto_hier_stats.h" a standard header. svn path=/trunk/; revision=3540
* There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris2001-05-301-10/+10
| | | | | | | | | 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
* YPPASSWD support, from Ronnie Sahlberg.Guy Harris2001-04-181-0/+164
svn path=/trunk/; revision=3329