aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_abis_om2000.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Fix more warnings from tools/check_typed_item_calls.pyMartin Mathieson1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-7/+7
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-5/+5
2020-01-31gsm_abis_om2000: Name some more information elementsHarald Welte1-4/+36
2020-01-31gsm_abis_om2000: Name the 0x9e, 0x9f and 0xa0 information elementsHarald Welte1-2/+31
2020-01-31gsm_abis_om2000: Dissect some more Information ElementsHarald Welte1-0/+9
2020-01-31gsm_abis_om2000: Real decoding of MCTR related Information ElementsHarald Welte1-6/+45
2020-01-27gsm_abis_om2000: Add some more observed message types + IEIsHarald Welte1-0/+17
2020-01-16packet-gsm_abis_om2000.c: Add string for TRXC Managed ObjectHarald Welte1-0/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-21gsm_abis_om2000: restore offset increment removed by g1643e37Pascal Quantin1-0/+2
2016-11-12gsm_abis_om2000: Expand bit-width of CON CCP and CI fieldsHarald Welte1-2/+2
2016-10-28gsm_abis_om2000: Issue Expert Info when Enable Result != ENABLEDHarald Welte1-4/+13
2016-10-27gsm_abis_om2000: Introduce expert info for unusual situationsHarald Welte1-7/+39
2016-10-27gsm_abis_om2000: Fix Dead Store (Dead assignement/Dead increment) Warning fou...Alexis La Goutte1-2/+0
2016-10-27gsm_abis_om2000: fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-26gsm_abis_om2000: Add very basic dissection of "MO Record"Harald Welte1-0/+23
2016-10-25gsm_abis_om2000: Decode the IWD Type/Gen/Rev in Negotiation RequestHarald Welte1-2/+73
2016-10-25gsm_abis_om2000: Dissect TLV structure of 0xa3/0xa5/0xa6 TLVsHarald Welte1-0/+9
2016-10-25gsm_abis_om2000: Add "TG" and "DP" MO Class namesHarald Welte1-0/+4
2016-08-05gsm_abis_om2000: Dissect "Reason Code" and "Result Code"Harald Welte1-0/+33
2016-08-05gsm_abis_om2000: Decode "Attribute ID" Information ElementHarald Welte1-0/+66
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-7/+5
2015-11-07Remove some unnecessary includes.Guy Harris1-4/+0
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-03-27Fix the incorrectly duplicated display filter for hf_om2k_cbi.Chris Maynard1-1/+1
2013-03-19From beroset:Anders Broman1-3/+3
2012-12-03Fix SVN #46348 (iow, do it properly).Bill Meier1-2/+2
2012-12-03Remove duplicated code added as part of SVN #44777;Bill Meier1-18/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7696 :Pascal Quantin1-0/+30
2012-09-05From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7695 :Pascal Quantin1-3/+2
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin1-72/+72
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-72/+72
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-04Replace a:Jeff Morriss1-1/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-03-16Fix some of the incorrect hf[] FT_BOOLEAN 'display' and 'bitmask' fields;Bill Meier1-16/+15
2012-03-06Don't use FT_BOOLEAN with value_strings: the code to generateJeff Morriss1-2/+2
2012-03-05Various changes:Bill Meier1-370/+367
2012-02-26Harald Welte <laforge@gnumonks.org>Jörg Mayer1-0/+1421