aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
AgeCommit message (Collapse)AuthorFilesLines
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-1/+1
by iDEFENSE. Add constant format strings to proto_item_append_text() in a bunch of other dissectors. Copy a comment from proto.c to proto.h. svn path=/trunk/; revision=14713
2005-03-28Make hf_oampdu_info_state_parser "BASE_HEX" instead of "8", so that we don't Gerald Combs1-1/+1
throw an assertion in hfinfo_uint_vals_format(). svn path=/trunk/; revision=13950
2005-03-23hf_oampdu_info_state_parser seems to be an uint8 not bool, as it can contain ↵Ulf Lamping1-2/+2
4 values svn path=/trunk/; revision=13877
2005-02-04From Dominique Bastien: marker and OAM slow protocol support.Guy Harris1-479/+2644
Fix his e-mail address. svn path=/trunk/; revision=13287
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
include of <resolv.h> in any system header file gets the system <resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]). svn path=/trunk/; revision=11615
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+819
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