aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-23svn path=/trunk/; revision=47229Anders Broman1-0/+4
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-64/+64
2012-12-29Upgrade NAS disssectors to v11.5.0Pascal Quantin1-4/+4
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-8/+8
2012-11-01The APN is an SM IEPascal Quantin1-1/+1
2012-11-01High light bytes including the first lenght byte in the APN name.Anders Broman1-1/+2
2012-10-31Mark a parameter as unused.Anders Broman1-1/+1
2012-10-31Make APN name a filterable item.Anders Broman1-4/+7
2012-10-05Fix copy/paste errorPascal Quantin1-2/+2
2012-10-04Upgrade NAS dissector to v11.4.0 (Release 11)Pascal Quantin1-19/+285
2012-10-03Display the raw PFI next to the translated one (as a value string array would...Pascal Quantin1-7/+8
2012-10-02The Packet Filter Identifier range is [1;16] according to 3GPP 27.007 chapter...Pascal Quantin1-8/+10
2012-10-02Upgrade NAS EPS dissector to v11.4.0 (Release 11)Pascal Quantin1-0/+32
2012-09-28Remove a duplicate hfPascal Quantin1-7/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17Update dissection of Request type IEPascal Quantin1-0/+1
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...Pascal Quantin1-198/+198
2012-08-23Fix extended value-string linear search: remove 2 dups from value-string array.Bill Meier1-2/+0
2012-08-01Follow-up of r44162: gsm_a_gm dissector is used for both GPRS Mobility Manage...Pascal Quantin1-345/+345
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-115/+115