aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asap.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15tvb_[reported_]length_remaining can return -1wmeier1-2/+2
2011-11-12Fix 2 typoswmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab1-2/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-6/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-42/+42
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-1/+1
2010-05-12Instead of using private #defines for the last argument toguy1-42/+41
2010-01-13From Didier Gautheron:etxrab1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-15/+15
2009-07-07From Kovarththanan Rajaratnam:stig1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-43/+43
2008-12-31From Thomas Dreibholz:etxrab1-51/+97
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-06-21From Thomas Dreibholz:etxrab1-47/+64
2007-12-22Add handling of "Rejected due to security considerations" error cause.tuexen1-19/+23
2007-12-21Fix the handling of error parameters. Reported by Holger Eppert.tuexen1-8/+8
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (Willtuexen1-31/+73
2007-04-16Use recent IANA port assignments.tuexen1-3/+1
2007-03-07Add support for draft-ietf-rserpool-policies-04.txt.tuexen1-19/+83
2006-05-31Editorial fixes from Thomas Dreibholz.tuexen1-16/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-12Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.tuexen1-1/+1
2005-08-06Update totuexen1-75/+167
2004-07-25Added support for registered UDP port.tuexen1-0/+9
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+665