aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-22From Mark Cave-Ayland: Fix a crash in the PCNFSD dissector.Gerald Combs1-0/+4
From me: Apply Mark's fix to the ident string. Add public #defines for the special strings that dissect_rpc_* might return and use them in PCNFSD. Replace a manual buffer allocation with ep_strdup_printf. svn path=/trunk/; revision=28128
2008-08-14Use const with value_string array definitionsBill Meier1-1/+1
svn path=/trunk/; revision=26028
2006-11-21From: Burlyga, AlexRonnie Sahlberg1-0/+14
Hi, Attached is a patch for packet-rpc.c and packet-rpc.h. Update support for pseudo-flavors that used in RPCSEC_GSS Also fixed a problem where rpc.reqframe and rpc.repframe where reversed. Alex. svn path=/trunk/; revision=19946
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-2/+2
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18196
2005-07-29Constify some variables, functions, and structure members to squelchGuy Harris1-2/+2
compiler warnings. svn path=/trunk/; revision=15138
2005-07-28char -> const char warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15126
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
(presumably-)harmless-but-otherwise-unremovable const-to-nonconst warnings. In the TACACS dissector, clean up the variables used in option parsing to avoid some const-to-nonconst warnings. Clean up some white space. svn path=/trunk/; revision=15043
2005-05-04Added RPC/ONC SYSTEM_ERROR accept state.Uwe Girlich1-0/+1
svn path=/trunk/; revision=14303
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+196
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410