aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-16GSM: fix dissection of additional access technology typePascal Quantin1-1/+1
2015-07-013GPP NAS: upgrade dissector to v12.10.0Pascal Quantin1-3/+20
2015-04-04GSM: fix no previous prototype for 'de_sm_re_attempt_ind' [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-04-033GPP NAS: upgrade dissector to v12.9.0Pascal Quantin1-4/+59
2015-04-012G/3G NAS: follow-up of ge74cb41Pascal Quantin1-150/+144
2015-04-01Remove proto_tree_add_text from GSM dissectors.Michael Mann1-332/+291
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-01-263GPP: upgrade 2G/3G NAS dissector to v12.8.0 and NAS EPS dissector to v12.7.0Pascal Quantin1-11/+31
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-3/+3
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-64/+64
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-5/+2
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-3/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-6/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-12-043GPP: upgrade 2G/3G NAS dissector to v12.7.0 and NAS EPS dissector to v12.6.0Pascal Quantin1-6/+271
2014-09-10Various minor changes:Bill Meier1-68/+72
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-1/+0
2014-07-07Squelch some compiler warnings.Guy Harris1-2/+2
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-19/+26
2014-06-23Initialize whole buffer in GPRS Mobility and Session Management dissectorPascal Quantin1-1/+1
2014-06-103GPP NAS: add dissection of MSISDN in PCOPascal Quantin1-2/+9
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+3
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-9/+22
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-24Fix dissection of 8PSK Power Capability IEPascal Quantin1-1/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-24Fix copy paste errorsPascal Quantin1-3/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-03Code cleanup:Pascal Quantin1-211/+34
2013-09-03Batch of filterable expert info.Michael Mann1-65/+75
2013-08-30Remove useless treePascal Quantin1-13/+11
2013-08-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9085 :Pascal Quantin1-52/+110
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-21/+22
2013-08-27Add a DRX subtree to GTP dissector now that the subtree (useless for NAS and ...Pascal Quantin1-14/+12
2013-08-27Make SPLIT PG CYCLE CODE filterablePascal Quantin1-69/+124
2013-07-10Upgrade NAS disssectors to v11.7.0Pascal Quantin1-1/+18
2013-04-16Revert revision 48854, the problem is in packet-gtp.c not setting P2P_DIR cor...Anders Broman1-4/+4
2013-04-15Don't check direction on "prot" where the meaning is the same UL/DLAnders Broman1-4/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-24Do not initialize ett_tree and dtap_msg_fcn when match_strval_idx does not fi...Pascal Quantin1-4/+8
2013-03-19Upgrade NAS disssectors to v11.6.0Pascal Quantin1-1/+1
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-1/+2
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-90/+89