aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-10ua3g: fixed VTA type display for 8018, 8028S and 8008Nicolas Bertin1-2/+3
2017-05-16ua3g: fixed START_TONE message decodingNicolas Bertin1-39/+14
2017-05-16ua3g: fixed QOS_TICKET_RSP message decodingNicolas BERTIN1-111/+97
2017-05-09ua3g: fix conflicting entry in its value_stringAlexis La Goutte1-2/+2
2017-05-06ua3g: updated GET_PARAM_RESPONSE message decoding (freeseating and ethernet c...Nicolas BERTIN1-7/+19
2017-05-04ua3g: added SET_SIP_PARAMETERS and FREESEATING messages decodingNicolas BERTIN1-0/+63
2017-05-03ua3g: updated SET_PARAM_REQ message decodingNicolas BERTIN1-0/+101
2017-05-03ua3g: updated START_RECORD_RTP message decodingNicolas BERTIN1-0/+4
2017-05-02ua3g: updated RESET message decoding (appl_mode, sip_name and reset_mac param...Nicolas Bertin1-0/+15
2017-05-02ua3g: updated REDIRECT message decoding (redundant maincpu parameter)Nicolas Bertin1-1/+1
2017-04-27ua3g: update decoding of START_RTP message (new compressors and new parameter)Nicolas BERTIN1-13/+10
2017-04-26ua3g: fixed "GET_PARAM_RESPONSE" message decoding (firmware version) and displayNicolas Bertin1-2/+17
2017-04-26ua3g: minor change in "UNSOLICITED" message decodingNicolas BERTIN1-0/+1
2017-04-25ua3g: fixed/updated "unsolicited" and "version information" messagesNicolas BERTIN1-29/+81
2017-04-22ua3g: fixed/updated init message (vta type values)Nicolas BERTIN1-5/+11
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