aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_abis_oml.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-29Fix some too-short item lengthsMartin Mathieson1-1/+1
2022-11-15GSM A-bis/OML: Show NACK cause descriptionsPau Espin Pedrol1-5/+11
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-09-21GSM A-bis/OML: Fix false positive on expert notification for ABIS_OM_MDISC_MANUFPau Espin Pedrol1-2/+7
2021-06-09GSM A-bis/OML: implement dissection of NM_ATT_INTERF_BOUNDVadim Yanitskiy1-0/+57
2021-06-09GSM A-bis/OML: fix regression in dissect_oml_manuf()Vadim Yanitskiy1-3/+4
2021-05-06GSM A-bis/OML: show Manufacturer ID in vendor-specific messagesVadim Yanitskiy1-5/+28
2021-03-30A-bis/OML: Improve dissection of ip.access specific IEsVadim Yanitskiy1-0/+306
2021-02-07gsm_abis_oml: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2020-12-17GSM A-bis/OML: fix dissect_oml_attrs(): do not dissect empty IEsVadim Yanitskiy1-0/+4
2020-12-04GSM A-bis/OML: Fix ipaccess specific GPRS NSVC obj classPau Espin Pedrol1-4/+2
2020-11-28packet-gsm_abis_oml: dissect Get Attribute Response InfoAlexander Couzens1-0/+33
2020-11-28packet-gsm_abis_oml: dissect List of required AttributesAlexander Couzens1-0/+13
2020-11-28packet-gsm_abis_oml: move length of oml_attrs into the signatureAlexander Couzens1-4/+4
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-4/+4
2020-06-17A-bis/OML: check indicated vs actual message lengthVadim Yanitskiy1-1/+12
2019-12-20GSM A-bis/OML: use more proto_tree_add_item() in dissect_oml_attrs()Vadim Yanitskiy1-22/+15
2019-12-20GSM A-bis/OML: use generic proto_tree_add_item() for IPv4 addressesVadim Yanitskiy1-7/+4
2019-12-20GSM A-bis/OML: fix: do not use tvb_get_ntohl() to fetch IPv4 addressVadim Yanitskiy1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-11-07gsm_abis_oml: Decode Primary OML IP Address as big endianPau Espin Pedrol1-1/+1
2018-11-07gsm_abis_oml: Support decoding IPA Primary OML Config ListPau Espin Pedrol1-0/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-20gsm_abis_oml: fix buffer overrunPeter Wu1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-12/+16
2015-01-30Cleanup:Bill Meier1-44/+43
2015-01-25pana, gsm_abis_oml, rsl, netrom: Remove 'if (tree)'Bill Meier1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-08-18Use expert info to report unknown TLV types.Guy Harris1-5/+18
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-04-17From: Alvaro Neira Ayuso <anayuso@sysmocom.de>AndersBroman1-23/+24
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-23/+23
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-4/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin1-66/+66
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-66/+66
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-05Prefs callback not required ....Bill Meier1-16/+6
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-2/+0