aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_dtap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allow multiple registrations of a protocol in dissector tables.Michael Mann2015-11-041-1/+1
* [GSM DTAP]: fix indent (use 4 spaces)Alexis La Goutte2015-06-291-1/+1
* [GSM DTAP] Add Sequence number for Non call related SS messages.Anders2015-06-291-1/+2
* Replace tabs in files with editor modeline "expandtab"Bill Meier2015-06-111-11/+11
* Remove proto_tree_add_text from GSM dissectors.Michael Mann2015-04-011-127/+197
* GSM_A: dissector table for User-To-User signallingMikhail Koreshkov2015-03-311-1/+11
* GSM_A-BCC: dissector for BCC ProtocolMikhail Koreshkov2015-03-121-0/+589
* GSM_A-GCC: dissector for GCC ProtocolMikhail Koreshkov2015-03-031-0/+526
* Replace tabs by spaces when editor modelines has "expandtab"Bill Meier2015-02-131-6/+6
* Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann2015-01-021-82/+86
* Deleting unneccessary #includes from dissectors.Martin Mathieson2014-12-231-3/+0
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-3/+0
* Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier2014-12-131-36/+36
* Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann2014-11-261-4/+0
* Remove sccp_info member from packet_info structure.Michael Mann2014-11-261-9/+10
* gsm a dtap: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte2014-11-021-1/+1
* Clean up handling of BDC coded numbers a bit.AndersBroman2014-10-311-47/+23
* Eliminate proto_tree_add_text from packet-q933.cMichael Mann2014-10-301-5/+2
* Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann2014-10-151-3/+1
* Overhaul the filterability of packet-ansi_683.cMichael Mann2014-10-071-1/+0
* packet-gsm_a_dtap.c: various changes (mostly indentation/whitespace/formatting);Bill Meier2014-08-151-4315/+4699
* convert to proto_tree_add_subtree[_format]Michael Mann2014-06-291-143/+95
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-1/+1
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-1/+1
* Convert a bunch of time_to_str functions to wmemEvan Huus2014-06-161-1/+1
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-2/+2
* packet-q931.c: proto_tree_add_text -> something filterable.Michael Mann2014-06-041-1/+0
* (Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier2014-03-071-3/+3
* Remove trailing whitespace.Bill Meier2014-02-251-6/+6
* Fix dissection of BCD numbersPascal Quantin2014-02-231-7/+5
* Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin2014-01-011-13/+2
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2013-12-231-6/+0
* Fix a "'str' may be used uninitialized in this function" errorPascal Quantin2013-12-201-1/+1
* Fix time dissection broken in r54274Pascal Quantin2013-12-201-14/+15
* Try to please Clang-Code-Analysis buildbotPascal Quantin2013-12-191-3/+2
* proto_tree_add_text -> proto_tree_add_xxx conversion.Michael Mann2013-12-191-1096/+732
* Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2013-12-191-2/+2
* Use tvb_get_string_enc(), or proto_tree_add_item(), rather thanGuy Harris2013-12-191-19/+2
* Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus2013-12-181-1/+1
* Fix [-Wmissing-prototypes]Jakub Zawadzki2013-12-151-0/+3
* whitespace fixes; mostly: remove trailing blanksBill Meier2013-10-131-1/+1
* emem -> wmem conversion:Pascal Quantin2013-09-221-4/+4
* Fix off by 1 error when dissecting Data Radio Bearer identity numberPascal Quantin2013-09-171-2/+5
* Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann2013-09-161-2/+2
* Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann2013-09-151-4/+3
* Batch of filterable expert info.Michael Mann2013-09-031-9/+28
* Convert a few dissectors from EMEM to WMEM APIPascal Quantin2013-08-301-4/+4
* Highlight the correct byte for TimezonePascal Quantin2013-04-051-2/+2
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-6/+6
* Do not initialize ett_tree and dtap_msg_fcn when match_strval_idx does not fi...Pascal Quantin2013-03-241-10/+27