summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-asap.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-4/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-3/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-15/+11
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-4/+4
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-3/+2
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-5/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-23Use tvb_get_string_enc() rather than tvb_get_string(). RFC 5352 says,Guy Harris1-1/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-7/+8
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-16From Evan Huus:Anders Broman1-1/+0
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-2/+2
2011-11-12Fix 2 typosBill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-2/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-6/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-42/+42
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-1/+1
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-42/+41
2010-01-13From Didier Gautheron:Anders Broman1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-15/+15
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-43/+43
2008-12-31From Thomas Dreibholz:Anders Broman1-51/+97
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-06-21From Thomas Dreibholz:Anders Broman1-47/+64
2007-12-22Add handling of "Rejected due to security considerations" error cause.Michael Tüxen1-19/+23
2007-12-21Fix the handling of error parameters. Reported by Holger Eppert.Michael Tüxen1-8/+8
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen1-31/+73
2007-04-16Use recent IANA port assignments.Michael Tüxen1-3/+1
2007-03-07Add support for draft-ietf-rserpool-policies-04.txt.Michael Tüxen1-19/+83
2006-05-31Editorial fixes from Thomas Dreibholz.Michael Tüxen1-16/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-12Fix handling of ASAP_ENDPOINT_KEEP_ALIVE message.Michael Tüxen1-1/+1