aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-a21.c
AgeCommit message (Expand)AuthorFilesLines
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