aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsmtap.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Add new dissector for GSM RLP protocol (3GPP TS 24.022)Harald Welte1-0/+6
2022-12-30gsm_a_rr: Support parsing channel requests on RACHMatan Perelman1-0/+10
2022-12-02gsmtap: Support V5-in-GSMTAPHarald Welte1-0/+12
2022-09-27gsmtap: fix dissection of LAPD-in-E1-in-GSMTAP tracesHarald Welte1-2/+8
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-1/+1
2021-04-21GSMTAP: use Wireshak's API for displaying dB/dBm unitsVadim Yanitskiy1-4/+4
2021-01-12GSMTAP: dissect SRO/SRR (SACCH Repetition) bit in L1 SACCH headerVadim Yanitskiy1-3/+7
2020-08-21gsmtap: Add support for E1/T1 tracesHarald Welte1-0/+33
2020-05-14Fix some more broken web links in dissector codeMartin Mathieson1-1/+1
2020-03-20gsmtap: Support dissection of non CS-1 (E)GPRS data blocksPau Espin Pedrol1-1/+217
2020-03-12gsmtap: Add support for dissecting GSM voice / user plane messagesHarald Welte1-0/+65
2020-03-02GSMTAP: also dissect PCS band indicator of ARFCNVadim Yanitskiy1-0/+5
2019-11-20GSMTAP: fix empty INFO column for PTCCH/D messagesVadim Yanitskiy1-2/+4
2019-11-20GSMTAP: also consider PTCCH/D as a broadcast channelVadim Yanitskiy1-0/+1
2019-11-20GSMTAP: use col_set_str() instead of col_append_str()Vadim Yanitskiy1-2/+2
2019-11-20GSMTAP: drop _U_ attribute from arguments of handle_tetra()Vadim Yanitskiy1-1/+1
2019-10-04GSMTAP: implement dissecting of PTCCH/D messagesVadim Yanitskiy1-0/+62
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-08GSMTAP: update description of typesShinjo Park1-3/+6
2018-10-08GSMTAP: add definitions for new LTE RRC channelsShinjo Park1-1/+31
2018-09-28gsmtap: Fix parsing of FPC fieldPau Espin Pedrol1-1/+1
2018-03-19GSMTAP: add the handle to dissect LTE NAS EPS messagesMartin Heusse1-4/+37
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-13Remove circuit APIMichael Mann1-1/+2
2017-08-22GSMTAP: Add UMTS RRC message type fieldDarien Spencer1-0/+72
2017-07-31Don't force people to do a Web search to find the header layout.Guy Harris1-0/+4
2017-07-30GSMTAP: Treat PDTCH identical to PACCH (hand into packet-gsm-rlcmac.c)Harald Welte1-0/+1
2017-07-30GSMTAP: Proper name for PDTCH (not PDCH)Harald Welte1-1/+1
2017-07-11GSMTAP: add LTE RRC message supportMartin Heusse1-4/+42
2017-05-27LAPDm: Support the LAPDm B4 Frame FormatHarald Welte1-2/+14
2016-12-16Add GSMTAP logging sub-dissectorHarald Welte1-0/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+3
2016-12-10gsmtap: Introduce a new packet-gsmtap.h header fileHarald Welte1-132/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-82/+82
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+6
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-15Fix gsmtap signal and snr.Anton Thomasson1-6/+6
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-21Replace tvb_length()AndersBroman1-1/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-6/+6
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-1/+0
2014-07-08gsmtap: do not abort if dissector is unavailablePeter Wu1-1/+16
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1