aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-21/+14
2013-04-15Add dissection of USAT TLV IARI, PLMN list, EPS PDN connection activation par...Pascal Quantin1-1/+1
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 msg_fcn_p when match_strval_idx_ext does not f...Pascal Quantin1-4/+8
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-4/+7
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-110/+109
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-79/+79
2013-01-11#if 0 out some variables that are used only in now-#if 0'ed code.Guy Harris1-0/+4
2013-01-11Try to deduce NAS EPS Detach Request direction from message sizePascal Quantin1-3/+10
2013-01-07Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8168 :Pascal Quantin1-1/+1
2012-12-29Upgrade NAS disssectors to v11.5.0Pascal Quantin1-27/+32
2012-12-03Minor cleanup:Bill Meier1-64/+151
2012-12-03Fix [-Wshadow] warning for purported variable shadowing another.Bill Meier1-2/+2
2012-11-14Revert 46018. Needs rethinking.Anders Broman1-4/+7
2012-11-13Display text in subtreePascal Quantin1-1/+1
2012-11-13Try to fix dissection with g_nas_eps_dissect_plain == TRUE.Anders Broman1-7/+4
2012-10-25From Umberto Corponi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+3
2012-10-08Enhance dissection of Open Channel proactive commandPascal Quantin1-2/+2
2012-10-02Use a value string array for EPS Bearer Identity and remove useless de_esm_ln...Pascal Quantin1-22/+22
2012-10-02Upgrade NAS EPS dissector to v11.4.0 (Release 11)Pascal Quantin1-16/+103
2012-09-21Test Procedures messages should be also integrity protectedPascal Quantin1-1/+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-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-07-17Use same capitalization for Service request message as for other messagesPascal Quantin1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25Fix dissection of NAS EPS Service Request message (broken in r42200)Pascal Quantin1-8/+21
2012-06-25Fix typo errorsPascal Quantin1-5/+5
2012-06-14Fix function name (it is an Authentication failure, not an Attach failure)Pascal Quantin1-2/+2
2012-06-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7368 :Pascal Quantin1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-4/+4
2012-05-20Upgrade NAS EPS dissector to Release 10 (10.6.1)pascal1-55/+192
2012-05-07General minor cleanup including:Bill Meier1-216/+216
2012-05-04value_string_ext: Reorder entries in value_string arrays to get Binary Search...Jakub Zawadzki1-1/+1
2012-04-24From David Wei:Anders Broman1-53/+74
2012-03-13Use tvb_new_subset_remaining(...) in place of tvb_new_subset(..., -1, -1);Bill Meier1-66/+76
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-22/+20
2012-02-29From Pascal Quantin:Anders Broman1-1/+1
2012-02-15From Pascal Quantin:Anders Broman1-2/+3
2012-01-24From Pascal Quantin:Anders Broman1-13/+16
2012-01-23Fix some duplicate display filter names.Chris Maynard1-2/+2
2011-12-19Updates from David Wei.Anders Broman1-2/+25
2011-11-22Fix bugs related to Nounce IE dissection.Anders Broman1-4/+4
2011-11-17Fix "With the current changes NAS messages with the "null ciphering algorithm...Anders Broman1-13/+2
2011-10-30From Pascal Quantin:Anders Broman1-2/+2
2011-10-25From Pascal Quantin.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-16From Pascal Quantin.Anders Broman1-10/+33
2011-10-13From Pascal Quantin.Anders Broman1-9/+21
2011-10-12From Pascal Quantin.Anders Broman1-6/+59