aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24max_ul_ext isn't printed/decoded to the packet details log in GTP protocol pa...etxrab1-3/+4
2012-01-19Fix some duplicate display filter names.cmaynard1-16/+16
2011-12-03Handle 20 byte GTP' V0 header.etxrab1-330/+359
2011-12-02Extend ULI dissection.etxrab1-32/+53
2011-11-29Update value strings.etxrab1-138/+222
2011-11-28let packet-gsm_a_gm.c dissect Protocol Configuration Options.etxrab1-65/+27
2011-11-06Dissect RIM related IEsetxrab1-7/+61
2011-11-04Get rid of non-ASCII characters in comments.guy1-23/+24
2011-11-04Dissect RIM Routing Address Discriminator and RAN Transparent Container.etxrab1-6/+32
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-08-25- Remove expert Warning not relevant to all GTP variants.etxrab1-15/+5
2011-07-04Error: the blurb for field "Extension header" ("gtp.ext_hdr") matches the fie...etxrab1-2/+2
2011-07-03From Martin Isaksson:etxrab1-9/+85
2011-06-22Add a dissector table for CDR:setxrab1-1/+6
2011-06-02Remove extra space at end of IMSI.etxrab1-9/+4
2011-04-20Use [hi|lo]_nibble macros, leave room in str[] for invalid BCD digits to becmaynard1-31/+26
2011-04-20From Vladimir Kazansky via bug 5849: Fix msisdn_to_str() so it converts all BCDcmaynard1-1/+1
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-8/+8
2011-04-12Fix a few cases of proto_item_add_subtree() using the wrong tree: Coverity 91...wmeier1-29/+29
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-14/+14
2011-03-13../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’etxrab1-1/+0
2011-03-12Add sub dissection of AVP MBMS Service Area.etxrab1-19/+30
2011-03-06Prepare to remove old bssgp code by changing exports.etxrab1-1/+1
2011-03-03Make the _to_str() functions in here take a pointer to a TVB and an offsetmorriss1-34/+29
2011-02-28Add private extensions under the right tree.etxrab1-1/+1
2011-02-26- Add a dissector table for Private Extensions.etxrab1-105/+112
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2011-02-09Register ett_gtp_bcm.morriss1-12/+13
2011-02-02Use gprscdr to dissect CDRs.etxrab1-15/+15
2011-02-02A bit more indentation cleanupwmeier1-30/+30
2011-02-02Get rid of unused variable warnings.guy1-89/+91
2011-02-01Dissect a bit more of data records.etxrab1-15/+101
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.wmeier1-2/+2
2011-01-31Replace some blurbs with NULLmorriss1-13/+13
2011-01-31Add dissection of Evolved Allocation/Retention Priority I IE.etxrab1-8/+98
2011-01-30From Grzegorz Szczytowski:etxrab1-10/+29
2011-01-20Fix the dead initialization warnings found by clang's static analysissfisher1-1/+1
2011-01-20Fix typosetxrab1-2/+2
2011-01-20Update a comment.etxrab1-0/+5
2011-01-20In MM context the container contains IE:s not a completeetxrab1-10/+31
2010-12-27Add dissection of Radio Priority LCS.etxrab1-3/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-17/+17
2010-12-14Minor cleanup:wmeier1-67/+67
2010-11-15Fill value_strings.etxrab1-71/+175
2010-11-01Use value_string_ext fcns to access various value_string arrays.wmeier1-101/+110
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-9/+9
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-6/+6