aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-a21.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-1/+1
2021-06-10Remove a byte-order mark from two files.Guy Harris1-1/+1
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson1-2/+4
2020-11-19Fix some more item lengths.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-21A21/s102: Fiix/pretify display of Correlation Id.Anders Broman1-14/+8
2019-05-20A21/s102: Improve Mobile Subscription information dissection.Anders Broman1-18/+99
2019-05-20a21: mark parameter unused.Dario Lombardo1-1/+1
2019-05-20A21/s102: Dissect Pilot List.Anders Broman1-9/+259
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-32/+4
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+4
2015-01-09Some typos fixed.Dario Lombardo1-5/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-24A21: fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte1-1/+2
2014-11-21Fix the build: dissect_a21_ie_common() can't be static any more.Jeff Morriss1-1/+1
2014-11-20A21: fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-11-14[S1AP] Let the A21 dissector do further dissection of Cdma2000SectorIDAndersBroman1-1/+1
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-57/+57
2014-08-28- Use e212 routine for IMSI.AndersBroman1-17/+11
2014-08-25packet-a21.c: Minor changesBill Meier1-4/+4
2014-08-25packet-a21.c: Fix a bug; Do some other misc cleanup.Bill Meier1-32/+49
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-18/+15
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-10/+8
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-05Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+3
2014-05-05Fix indent (use tab) and modelinesAlexis La Goutte1-125/+138
2014-05-05Add dissector for 3GPP2 A21/S102 protocol.Michael Mann1-0/+973