aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua3g.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-11-29Fix some spelling errorsMartin Mathieson1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-6/+6
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-02-08ua3g: update of unsolicited messagenbertin1-16/+62
2019-02-04ua3g: add support for decoding of set-appl-param (id, enable, url) messagenbertin1-0/+65
2019-02-03ua3g: updated vta strings (added 8008G and 8058S)nbertin1-2/+2
2019-02-03ua3g: updated skins namenbertin1-3/+3
2019-01-24ua3g: updated freeseating message decoding to handle the "do_reset" parameterNicolas Bertin1-0/+8
2018-06-08ua3g: updated freeseating message decoding to support ipv6 address in maincpu...Nicolas Bertin1-1/+16
2018-05-29ua3g: added setup of rtp/rtcp converstations from record-rtp messageNicolas Bertin1-2/+32
2018-05-28ua3g: updated decoding of set-skin-id messageNicolas Bertin1-0/+1
2018-05-28ua3g: fixed decoding of start-tone messageNicolas Bertin1-5/+5
2018-05-25ua3g: move if in the fallthrough case.Dario Lombardo1-2/+2
2018-05-25ua3g: moved setup of rtp/rtcp conversations from packet-ua to packet-ua3g, wh...Nicolas BERTIN1-4/+36
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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