aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iua.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26epan: Fix bogus string truncations found with a searchJoão Valverde1-2/+2
2022-07-20Use WS_ROUNDUP_4 in more dissectorsJohn Thacker1-3/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-25Fix a typo RELEASE_OTHER_REASON 4 -> RELEASE_OTHER_REASON 3AndersBroman1-1/+1
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-2/+2
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-11/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-08-06Get rid of a set-but-unused variable.Jeff Morriss1-13/+12
2013-08-06Add code and a preference to use GSM SAPI to call sub dissectors.Anders Broman1-3/+37
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-4/+4
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-11/+11
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-4/+3
2011-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-29/+29
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-30/+28
2010-05-03add SAPI "Q.931 packet mode communication" which is obsolete but used in some...Tomas Kukosa1-0/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-32/+32
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-5/+5
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-06-29* Fix a bug reported by Peter Hertting: Handle more than one integer interfac...Michael Tüxen1-8/+20
2008-06-21From Peter Hertting (bug 2633):Stig Bjørlykke1-3/+50
2007-05-01Make these protocols findable by name.Martin Mathieson1-0/+3
2007-03-07Fix a crash: You can not combine unsinged types like FT_INT32 and BASE_HEX.Michael Tüxen1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3