aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-22From Lars Ruoff:Anders Broman1-0/+6379