aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-19Fix: UA3G read past end of tvb + NOE key descriptionserikdejong1-1/+1
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-08-24Eliminate proto_tree_add_text from some dissectorsMichael Mann1-91/+103
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-7/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-169/+169
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-2/+0
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-3/+16
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-30/+17
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-3/+3
2013-12-10- Forward declaration of register functions.Anders Broman1-1/+2
2013-12-09From packet-ua, pass a pointer to direction rather than direction itself. In...Chris Maynard1-4/+9
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-18/+18
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-02Fix warning found by fix-encoding-args toolsAlexis La Goutte1-2/+2
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-08-05Replace global variable that was just used to pass data between dissectors wi...Michael Mann1-5/+6
2013-08-05Get rid of some unused and set-but-unused variables.Jeff Morriss1-23/+17
2013-08-05Massive conversion to filterable items. It started with convert_proto_tree_ad...Michael Mann1-2199/+1524
2013-07-31Some cleanup prepping for convert_proto_tree_add_text.pl. Major issue was ma...Michael Mann1-1098/+1175
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-50/+31
2013-04-01Typo's. That is all.Jaap Keuter1-6/+6
2013-03-28Fix Coverity CID's 281433 and 281434: Unintended sign extension. (18 instances)Chris Maynard1-20/+22
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-6/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-23Fix extended value-string linear search: Move out-of-order value-string array...Bill Meier1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-08Fix bug I introduced in SVN #43129.Bill Meier1-8/+13
2012-06-06Fix some bugs & do extensive cleanup;Bill Meier1-4545/+4698
2012-04-30Don't use tabs in string constants;Bill Meier1-7/+7
2012-04-03Fix a couple of CIDs related to missing breaks: both are intentional[1] so addJeff Morriss1-0/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-18Fix the infinite-loop fuzz failure reported in https://bugs.wireshark.org/bug...Jeff Morriss1-3/+3
2012-03-18Fix one of the dissector assertions in https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-3/+3
2012-03-17Clean up from what appears to have been 4-space tabs.Jeff Morriss1-2479/+1106
2012-03-17Fix the infinite-loop fuzz failure reported inJeff Morriss1-20/+20
2012-03-05Fix the infinite-loop fuzz failure reported in https://bugs.wireshark.org/bug...Jeff Morriss1-1/+1
2012-03-01From Lars Ruoff:Anders Broman1-0/+6379
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte1-6379/+0