aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-14Use `register_dissector()` for more protocolsDavid Perry1-3/+2
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-10-27BSSAP: Simplify codeJohn Thacker1-35/+17
2021-10-25BSSAP: Split BSSAP-LE, BSAP to pinosJohn Thacker1-71/+156
2021-10-06BSSAP: Use VLR number fieldJohn Thacker1-4/+2
2020-10-06BSSAP: fix dissection of Control Channel bits in DLCIVadim Yanitskiy1-2/+2
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-6/+1
2020-07-06BSSAP: Fix field abbrev for IMEISV IEJaap Keuter1-1/+1
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-21/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-08BSSAP/BSSAP+ have different "decode as" for BSSAP and BSSAP+Anders Broman1-5/+12
2019-01-15GSUP: add CHECK-IMEI message decodingOliver Smith1-0/+6
2019-01-15BSSAP: fix typo imesiv -> imeisvOliver Smith1-10/+10
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-21[BSSAP] Fix mandatory IEs in Uplink Tunnle request(add IMSI)AndersBroman1-0/+4
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-90/+89
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-76/+82
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-12proto_tree_add_text cleanupMichael Mann1-25/+31
2014-08-22Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...Jeff Morriss1-51/+4
2014-08-20Remove now unused code, do API changes missed in previous commit.AndersBroman1-66/+57
2014-08-20Use dissect_e212_imsi() to dissect IMSI.AndersBroman1-21/+22
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-6/+3
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-57/+57
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-57/+57
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-2/+2
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-2/+2
2013-07-23Register BSSAP+ by name.Anders Broman1-0/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-17Register in the UDP heuristic table rather than the internal one.Anders Broman1-1/+3
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-30/+32
2012-12-02Remove unneeded variable initializers.Evan Huus1-1/+1