summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gsm_a_dtap.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16GSM A DTAP: update UE test loop modesPascal Quantin1-8/+183
2017-06-15gsm-a, nas-eps: enhance handling of missing mandatory i.e.Ivan Nardi1-89/+89
2017-06-04GSM A DTAP: fix detection of missing first mandatory elementPascal Quantin1-3/+4
2017-02-01GSM A / NAS-EPS: detect missing mandatory information elementsPascal Quantin1-10/+0
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-4/+2
2016-11-01gsm_dtap: fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-26[DTAP] Add an expert info when DTAP_TIE_PRES_MASK is there and the lengthAnders1-1/+7
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-3/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+1
2016-04-133GPP 23.038 7-bit GSM alphabet contains non ASCII charactersPascal Quantin1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-02802.11: fix typo on RM enabled lengthAlexis La Goutte1-1/+1
2016-02-28Typo in packet-gsm_a_dtap.cRustam S1-1/+1
2016-01-22GSM A DTAP: fix display of calling/called party BCD number in parent treePascal Quantin1-24/+22
2016-01-22GSM A DTAP: get rid of a global bufferPascal Quantin1-23/+21
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-02Add a separate expert info for "not a valid digit".Guy Harris1-11/+5
2015-11-29Fix Ubuntu compile error.Michael Mann1-1/+1
2015-11-29Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.Michael Mann1-11/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-29[GSM DTAP]: fix indent (use 4 spaces)Alexis La Goutte1-1/+1
2015-06-29[GSM DTAP] Add Sequence number for Non call related SS messages.Anders1-1/+2
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-11/+11
2015-04-01Remove proto_tree_add_text from GSM dissectors.Michael Mann1-127/+197
2015-03-31GSM_A: dissector table for User-To-User signallingMikhail Koreshkov1-1/+11
2015-03-12GSM_A-BCC: dissector for BCC ProtocolMikhail Koreshkov1-0/+589
2015-03-03GSM_A-GCC: dissector for GCC ProtocolMikhail Koreshkov1-0/+526
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-6/+6
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-82/+86
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-36/+36
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-4/+0
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-9/+10
2014-11-02gsm a dtap: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-1/+1
2014-10-31Clean up handling of BDC coded numbers a bit.AndersBroman1-47/+23
2014-10-30Eliminate proto_tree_add_text from packet-q933.cMichael Mann1-5/+2
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann1-3/+1
2014-10-07Overhaul the filterability of packet-ansi_683.cMichael Mann1-1/+0
2014-08-15packet-gsm_a_dtap.c: various changes (mostly indentation/whitespace/formatting);Bill Meier1-4315/+4699
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-143/+95
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-06-04packet-q931.c: proto_tree_add_text -> something filterable.Michael Mann1-1/+0