aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_dtap.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-80/+80
2012-12-29Upgrade NAS disssectors to v11.5.0Pascal Quantin1-1/+1
2012-11-26Fix a purported [-Wshadow] warning;Bill Meier1-350/+352
2012-10-04Upgrade NAS dissector to v11.4.0 (Release 11)Pascal Quantin1-33/+46
2012-09-21Dissect Update UE Location Information messagePascal Quantin1-2/+136
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...Pascal Quantin1-89/+89
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-11/+0
2012-07-31Update filter names following the changes done in r44162Pascal Quantin1-140/+140
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-56/+56
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-20Upgrade NAS dissector to Release 10 (v10.6.1)pascal1-6/+105
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-2/+1
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+1
2011-12-12From Mike Morrin:Anders Broman1-2/+1
2011-12-01From Pascal Quantin:Anders Broman1-8/+186
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-3/+3
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-2/+2
2011-10-03Set ENCAnders Broman1-10/+10
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-45/+45
2011-07-30Add 3GPP Sv interface.Anders Broman1-1/+1
2011-07-20Use ENC_BIG_ENDIAN.Anders Broman1-130/+130
2011-04-27From Pascal Quantin:Anders Broman1-2/+33
2011-04-04Get rid of gsm_a_dtap_pinfo.Anders Broman1-2/+0
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-92/+91
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-68/+68
2011-02-23From Alexis La Goutte:Anders Broman1-1/+0
2011-02-22From Pascal Quantin:Anders Broman1-31/+31
2011-02-18From Pascal Quantin:Anders Broman1-4/+4
2011-01-11Complement toAnders Broman1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-3/+3
2010-10-06From Pascal Quantin:Anders Broman1-9/+158
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-12Show the substrings of AUTN and AUTS. Expert info warningsGerasimos Dimitriadis1-3/+59
2010-02-10Create FT_BYTES fields for the RAND, AUTN, SRES, XRESGerasimos Dimitriadis1-82/+51
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-12/+12
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichGuy Harris1-17/+1
2009-12-27Some SMS characters require more than 2 bytes when encoded as UTF-8; theGuy Harris1-2/+16
2009-12-16Expert info warning when Keypad Facility IE contains character that isGerasimos Dimitriadis1-4/+10
2009-12-16Update CC Capabilities IE to decode ENICM and MCATGerasimos Dimitriadis1-2/+24
2009-12-01Show spare bits under the IEs they belongGerasimos Dimitriadis1-6/+6
2009-11-27Explicitly show LAC and RAC when dissecting Routing Area Gerasimos Dimitriadis1-1/+0
2009-11-23Basic support for the DTAP User-User IE; print bitfields in a way moreGerasimos Dimitriadis1-97/+120