aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_gm.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-22Fix: packet-gsm_a_gm.c:3965:6: error: comparison is always true due to limite...Jeff Morriss1-2/+2
2012-05-22Dissect Operator Specific Use container in Protocol Configuration Options IEpascal1-69/+89
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-21Two cases where gcc has problems to detect that a specific specificJörg Mayer1-2/+2
2012-05-20Upgrade NAS dissector to Release 10 (v10.6.1)pascal1-87/+263
2012-05-20Make the compiler happy.Michael Tüxen1-1/+1
2012-05-20Upgrade NAS EPS dissector to Release 10 (10.6.1)pascal1-21/+176
2012-05-17General Cleanup including:Bill Meier1-2283/+2287
2012-04-15Update RRC to V10.7.0 and add dissection of Core Network System Information IEspascal1-1/+1
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-84/+86
2012-02-23From Pascal Quantin [NAS EPS] Update Configuration Protocol description in PC...Anders Broman1-1/+1
2012-02-13From Pascal Quantin:Anders Broman1-2/+9
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+14
2012-01-21Revert a recent spelling change back to its UK variant.Chris Maynard1-4/+4
2012-01-21Fix a comment and some typos.Chris Maynard1-9/+9
2012-01-20From Pascal Quantin:Jaap Keuter1-19/+21
2011-12-02From Pascal Quantin:Anders Broman1-15/+16
2011-12-01Extend dissection of GTPv2 EPS Security Context and Quadruplets.Anders Broman1-1/+1
2011-12-01From Pascal Quantin:Anders Broman1-17/+35
2011-11-29From Pascal Quantin:Anders Broman1-1/+1
2011-11-28Fix Checkapi found errors.Anders Broman1-2/+2
2011-11-28Prevet a crash when dissecting linked TI.Anders Broman1-14/+37
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-4/+4
2011-06-22Protect the columns from beeing overwritten.Anders Broman1-0/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-05-29From Pascal Quantin:Anders Broman1-358/+977
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-17/+15
2011-05-17Use the correct value string and bitmasks.Anders Broman1-2/+2
2011-04-27From Pascal Quantin:Anders Broman1-22/+448
2011-04-04Get rid of gsm_a_dtap_pinfo.Anders Broman1-1/+1
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-223/+223