aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-09-23Tighten the check on wheter a message really is chipered or not.Anders Broman1-0/+12
2011-09-11From Pascal Quantin:Anders Broman1-6/+6
2011-08-16Use col_append_sep_str() to comma-separate info column text. Fixes bug 6186.Chris Maynard1-3/+3
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-3288/+3286
2011-05-17All ELEM_MAND_* macros ensure curr_len > 0; no need to check again afterwards.Chris Maynard1-11/+5
2011-04-27From Pascal Quantin:Anders Broman1-81/+194
2011-04-04Get rid of gsm_a_dtap_pinfo.Anders Broman1-48/+42
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-39/+39
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-67/+67
2011-02-22From Pascal Quantin:Anders Broman1-24/+24
2011-02-10- Add message name to info col in case of SERVICE REQUEST.Anders Broman1-210/+209
2011-01-25Export de_emm_trac_area_id.Anders Broman1-1/+1
2011-01-12Set gsm_a_dtap_pinfo->link_dir to get proper dissection of PCO.Anders Broman1-92/+152
2011-01-12Update a value_string.Anders Broman1-3/+5
2011-01-07Add dissection of more IE:sAnders Broman1-1/+1