aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07BSSMAP: Fix malformed packet exception on correct packetPau Espin Pedrol1-1/+1
2020-09-07BSSMAP: Fix used param marked as unusedPau Espin Pedrol1-1/+1
2020-08-09Fix tfs strings that have leading or trailing space characters.Martin Mathieson1-1/+1
2020-01-21Fix compilation with gcc-9.Dario Lombardo1-2/+2
2019-11-03gsm_a_bssmap: Fix Dead StoreAlexis La Goutte1-1/+1
2019-10-02BSS MAP: Dissect 3.2.2.126 Selected PLMN IDAnders Broman1-27/+141
2019-09-30BSS MAP: Dissect Source Cell ID IE.Anders Broman1-0/+24
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-23BSSMAP: Introduce Osmocom Osmux Support and CID extension IEPau Espin Pedrol1-1/+208
2019-06-19BSSMAP: Use correct IE number for Selected PLMN IDPau Espin Pedrol1-9/+5
2019-05-10BSSMAP: Further decode the GCR (Global Call Reference) fieldHarald Welte1-9/+7
2019-05-10GSUP: Add dissection of BSSMAP, RR and SM cause valuesHarald Welte1-3/+4
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-10-24GSM A BSSMAP: fix Number Of MSs IE dissectionPascal Quantin1-2/+2
2018-06-01gsm_a_bssmap: Add LCLS specific PDU dissectionHarald Welte1-8/+46
2018-04-07BSSMAP: Fix definition of Speech Version Indication for EFR (FR2)Harald Welte1-1/+1
2018-03-13GSM BSSMAP: fix a typo in in speech version range_stringPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-2/+2
2017-08-29gsm_a_bssmap: fix 'len' was marked unused but was used [-Wused-but-marked-unu...Alexis La Goutte1-1/+1
2017-08-27gsm_a_bssmap: fix 'pinfo' was marked unused but was used [-Wused-but-marked-u...Alexis La Goutte1-102/+102
2017-06-05[Bssmap] Fix and improve dissectionIvan Nardi1-6/+4
2017-03-14[GSM-A-BSSMAP] Update MSG content according to 3GPP TS 48.008 V13.3.0AndersBroman1-6/+71
2017-03-14[GSM-A-BSSMAP] Correct and enhance dissection of HANDOVER COMPLETEAndersBroman1-21/+43
2017-03-05gsm_a_bssmap: fix this statement may fall through [-Werror=implicit-fallthrou...Alexis La Goutte1-1/+1
2017-02-21[GSM A BSSMAP] Correct a cause value according to TS 48.008 V13.2.0AndersBroman1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+1
2016-10-25e212: fix for e212.sai in GTP packetHessam Jalali1-3/+9
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-05-31VGCS/VBS Assignment Request: Add param dissectorMikhail Koreshkov1-7/+15
2015-02-23BSSMAP: VGCS/VBS Assignment Request wrong first parameterunknown1-2/+2
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman1-1/+1
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-202/+204
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-11GSM a BSSMAP : fix warning: no previous prototype for 'dissect_bssmap' [-Wmis...Alexis La Goutte1-1/+1
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-8/+7
2014-11-17[BSSMAP] de_mid() used with wrong length.AndersBroman1-1/+1
2014-11-14[BSSMAP] Handle vendor specific encoding of "Layer 3 Message Contents".AndersBroman1-0/+13
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-3/+3
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann1-2/+0
2014-10-07GSM (bssmap): Fix Dead Store (Dead assignement/Dead increment) warning found ...Alexis La Goutte1-2/+0
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-282/+282