aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m2ua.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
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-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2014-11-21Replace tvb_length()AndersBroman1-1/+1
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-2/+15
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+2
2014-07-17Escape some characters like \n when appending textMichael Tüxen1-2/+2
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-12/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
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-7/+7
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-2/+2
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-1/+1
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-15/+15
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
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-01-05Don't pass the result of tvb_get_ptr() into a %s format string: the string mayJeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-37/+37
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-39/+36
2009-09-09Fixed data type signedness for protocol_data_1_global.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-37/+37
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-1/+1
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
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
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1160