aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-29NAS EPS: upgrade dissector to v15.2.0Pascal Quantin1-10/+78
2018-03-02NAS-EPS: added heuristic udp dissectorMathias Kurth1-0/+35
2018-03-02[NAS-EPS] Use proto_tree_add_bitmask_list() for some bitfields.AndersBroman1-82/+81
2018-02-27[NAS-5GS] Dissect more of the protocol.AndersBroman1-0/+3
2018-02-20Define macros to calculate (2^N)^M, and use them in more places.Guy Harris1-9/+9
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-11NAS EPS: make some helpers functions staticPascal Quantin1-2/+4
2018-01-10NAS EPS: upgrade dissector to v15.1.1Pascal Quantin1-11/+11
2018-01-05NAS EPS: upgrade dissector to v15.1.0Pascal Quantin1-96/+653
2018-01-02[NAS-EPS] 5G NAS EPS network feature supported and capability info update.Anders1-130/+124
2017-09-25NAS EPS: upgrade dissector to v14.5.0Pascal Quantin1-29/+10
2017-09-07NAS EPS: update version infoPascal Quantin1-1/+1
2017-09-07[NAS EPS] Update Request type value_string.AndersBroman1-1/+2
2017-07-13NAS EPS: upgrade dissector to v14.4.0Pascal Quantin1-9/+153
2017-06-29NAS EPS: upgrade dissector to v13.10.0Pascal Quantin1-1/+43
2017-06-15gsm-a, nas-eps: enhance handling of missing mandatory i.e.Ivan Nardi1-52/+54
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-0/+2
2017-02-01GSM A / NAS-EPS: detect missing mandatory information elementsPascal Quantin1-40/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-05NAS EPS: NAS message container in Control Plane Service Request can be cipheredPascal Quantin1-2/+21
2016-12-21NAS EPS: upgrade dissector to v13.8.0Pascal Quantin1-30/+14
2016-12-19Added decoding of RAN/NAS cause IE/AVPJan Spevak1-1/+1
2016-11-21NAS EPS: fill info column when receiving a ciphered messagePascal Quantin1-0/+1
2016-10-25NAS EPS: use E212_TAI fields for TAI and TAI List Information ElementsPascal Quantin1-4/+4
2016-10-20NAS EPS: add a missing spacePascal Quantin1-2/+2
2016-10-01NAS EPS: upgrade dissector to v13.7.0Pascal Quantin1-23/+78
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-3/+3
2016-09-13NAS EPS: add an option to dissect User Data Container as IP packetPascal Quantin1-3/+42
2016-08-19NAS EPS: generate the consecutive TAC values when using the TAI list format 1Pascal Quantin1-3/+11
2016-08-19NAS EPS: fix dissection of multiple partial tracking area identity listPascal Quantin1-64/+65
2016-07-10NAS-EPS: Add preference to bypass a heuristic decode of a ciphered NAS.Binh Trinh1-2/+11
2016-07-05Network-Based IP Flow Mobility (NBIFOM) dissectorPascal Quantin1-17/+36
2016-07-04Fix typo.Guy Harris1-1/+1
2016-06-30NAS EPS: upgrade dissector to v13.6.0Pascal Quantin1-347/+911
2016-04-28[NAS EPS] Displat Tracking area code(TAC) as decimal.AndersBroman1-1/+1
2016-03-28NAS EPS: add a missing breakPascal Quantin1-0/+1
2016-03-27NAS EPS: upgrade dissector to v13.5.0Pascal Quantin1-13/+334
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-29NAS EPS: upgrade dissector to v13.4.0Pascal Quantin1-10/+119
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-15/+17
2015-09-18NAS EPS: do not try to decode Message Elements when the end of the message is...Pascal Quantin1-4/+6
2015-07-01NAS EPS: upgrade dissector to v12.9.0Pascal Quantin1-3/+3
2015-06-25NAS EPS: fix a missed capital letterPascal Quantin1-1/+1
2015-04-05NAS EPS: remove proto_tree_add_text callsPascal Quantin1-70/+73
2015-04-03NAS EPS: upgrade dissector to v12.8.0Pascal Quantin1-8/+47
2015-01-263GPP: upgrade 2G/3G NAS dissector to v12.8.0 and NAS EPS dissector to v12.7.0Pascal Quantin1-5/+9
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-5/+5
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-51/+62