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