aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pktc.c
AgeCommit message (Collapse)AuthorFilesLines
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-5/+8
svn path=/trunk/; revision=25307
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
-set_str2add_str_val_to_str svn path=/trunk/; revision=23406
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
svn path=/trunk/; revision=21705
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-1/+2
Fix a bug introduced recently in packet-rpc.c. Replace DISSECTOR_ASSERT() with THROW(ReportedBoundsError) in my recent checkins, since fuzz-test.sh sets WIRESHARK_ABORT_ON_DISSECTOR_BUG. svn path=/trunk/; revision=18693
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs1-19/+20
packet-pktc.c: Catch an underflow. packet-ospf.c: Don't burn CPU cycles unnecessarily. packet-rpc.c: Catch an overflow. packet-mq.c: Check a header size. Fix up whitespace. svn path=/trunk/; revision=18685
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-07-25From Thomas Anders:Luis Ontanon1-1/+8
SNMP Engine ID dissection according to RFC3411 svn path=/trunk/; revision=15073
2005-04-18 some updates from T AndersRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=14125
2005-04-18From T AndersRonnie Sahlberg1-2/+3
packetcable updates svn path=/trunk/; revision=14124
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+784
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