aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nas_eps.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-05Change a refrerence.Anders Broman1-1/+1
2009-10-02Update to 3GPP TS 24.301 V9.0.0 (2009-09)Anders Broman1-11/+65
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-17Fix bug in IE decoding.Anders Broman1-11/+31
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-4/+4
2009-08-20From Harald Welte :Anders Broman1-0/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-14/+14
2009-06-16Suggested by Anders...Michael Tüxen1-1/+1
2009-06-11Updates to Jun spec. version.Anders Broman1-6/+33
2009-06-06Handle Detach and Service request, make it possible to set direction on link(...Anders Broman1-47/+183
2009-04-28Dissect IMSI.Anders Broman1-1/+11
2009-04-27Bug fixes.Anders Broman1-6/+10
2009-04-26More IE decoding and bug fixes.Anders Broman1-88/+256
2009-04-25More IE decoding.Anders Broman1-21/+172
2009-04-24Try to get the security context right.Anders Broman1-66/+103
2009-04-22Fix a typo.Anders Broman1-1/+1
2009-04-21Replace some non-ascii characters in commentBill Meier1-2/+2
2009-04-20Squelch some warnings.Guy Harris1-7/+6
2009-04-20More IE decoding, expect messages to be integrity protected.Anders Broman1-20/+302
2009-04-16Fix bugs found with the aid of Gianluca Verin.Anders Broman1-4/+63
2009-04-14Dissect PDN address, fix typos.Anders Broman1-10/+69
2009-03-31Fix a typo.Anders Broman1-1/+1
2009-03-30Dissect security protected NAS message(un ciphered).Anders Broman1-13/+125
2009-03-30Extention and bug fixes.Anders Broman1-46/+101
2009-03-23Some updates and bug fixes.Anders Broman1-75/+95
2009-03-22Dissect all the ESM messages.Anders Broman1-103/+741
2009-03-20proto_item_append_string() actually appends to the string value for aGuy Harris1-3/+4
2009-03-20Fix broken linux build.Martin Mathieson1-3/+3
2009-03-20Further NAS updates.Anders Broman1-173/+412
2009-03-19More NAS EPS updates and bugfixes.Anders Broman1-27/+348
2009-03-18- Fix APDU dissection.Anders Broman1-16/+76
2009-03-17Fix a typo.Anders Broman1-1/+1
2009-03-04Fix typo that caused compiler warnings.Guy Harris1-1/+1
2009-03-04- Use correct length in TLV-E and LV-E.Anders Broman1-74/+446
2009-03-03Use correct length.Anders Broman1-3/+2
2009-01-13Fix some indentationBill Meier1-7/+7
2009-01-07Some bugfixes and minor updates.Anders Broman1-20/+71
2009-01-06Update to Rel 8.Anders Broman1-235/+521
2009-01-01Some more NAS updates.Anders Broman1-94/+593
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-38/+105
2008-12-23Don't use fancy quote characters that don't fit in ASCII; just useGuy Harris1-3/+3
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman1-7/+25
2008-12-16A few minor updates.Anders Broman1-10/+43
2008-12-08Add dissection of Authentication request.Anders Broman1-2/+50
2008-12-03Fix a typoAnders Broman1-1/+1
2008-12-03Some bugfixes.Anders Broman1-64/+48
2008-12-01Expand comments and some more IE dissection.Anders Broman1-13/+363
2008-11-29Fix a typo.Anders Broman1-1/+1
2008-11-29Update the IE value string.Anders Broman1-0/+142
2008-11-29Handle unknown PD better.Anders Broman1-6/+6