aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.h
AgeCommit message (Collapse)AuthorFilesLines
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