aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-08-25- Remove expert Warning not relevant to all GTP variants.Anders Broman1-15/+5
2011-07-04Error: the blurb for field "Extension header" ("gtp.ext_hdr") matches the fie...Anders Broman1-2/+2
2011-07-03From Martin Isaksson:Anders Broman1-9/+85
2011-06-22Add a dissector table for CDR:sAnders Broman1-1/+6
2011-06-02Remove extra space at end of IMSI.Anders Broman1-9/+4
2011-04-20Use [hi|lo]_nibble macros, leave room in str[] for invalid BCD digits to beChris Maynard1-31/+26
2011-04-20From Vladimir Kazansky via bug 5849: Fix msisdn_to_str() so it converts all BCDChris Maynard1-1/+1
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2011-04-12Fix a few cases of proto_item_add_subtree() using the wrong tree: Coverity 91...Bill Meier1-29/+29
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-14/+14
2011-03-13../../../epan/dissectors/packet-gtp.c:5607: error: unused variable ‘length’Anders Broman1-1/+0
2011-03-12Add sub dissection of AVP MBMS Service Area.Anders Broman1-19/+30
2011-03-06Prepare to remove old bssgp code by changing exports.Anders Broman1-1/+1
2011-03-03Make the _to_str() functions in here take a pointer to a TVB and an offsetJeff Morriss1-34/+29
2011-02-28Add private extensions under the right tree.Anders Broman1-1/+1
2011-02-26- Add a dissector table for Private Extensions.Anders Broman1-105/+112
2011-02-23From Alexis La Goutte:Anders Broman1-1/+0
2011-02-09Register ett_gtp_bcm.Jeff Morriss1-12/+13
2011-02-02Use gprscdr to dissect CDRs.Anders Broman1-15/+15
2011-02-02A bit more indentation cleanupBill Meier1-30/+30
2011-02-02Get rid of unused variable warnings.Guy Harris1-89/+91
2011-02-01Dissect a bit more of data records.Anders Broman1-15/+101
2011-02-01 Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-2/+2
2011-01-31Replace some blurbs with NULLJeff Morriss1-13/+13
2011-01-31Add dissection of Evolved Allocation/Retention Priority I IE.Anders Broman1-8/+98
2011-01-30From Grzegorz Szczytowski:Anders Broman1-10/+29
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1
2011-01-20Fix typosAnders Broman1-2/+2
2011-01-20Update a comment.Anders Broman1-0/+5
2011-01-20In MM context the container contains IE:s not a completeAnders Broman1-10/+31
2010-12-27Add dissection of Radio Priority LCS.Anders Broman1-3/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-17/+17
2010-12-14Minor cleanup:Bill Meier1-67/+67
2010-11-15Fill value_strings.Anders Broman1-71/+175
2010-11-01Use value_string_ext fcns to access various value_string arrays.Bill Meier1-101/+110
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-9/+9
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-6/+6
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-08-31Update the header length after dissecting the header.Stig Bjørlykke1-0/+1
2010-08-01Try to fix the GTP' header dissection a bit.Anders Broman1-8/+14
2010-07-28Split dissection of GTP and GTP' in ordet to try to fix bugAnders Broman1-35/+56
2010-06-29Add End Marker back in.Gerald Combs1-0/+1
2010-06-29Completely revert r33367 so that we don't duplicate content inGerald Combs1-94/+1
2010-06-29Add "End Marker" get rid of the .h file as no one imports anything.Anders Broman1-1/+94
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-9/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-2845/+2845
2010-05-01Dissect 3GPP AVP 5 3GPP-GPRS Negotiated QoS profile.Anders Broman1-0/+12
2010-04-19From Tamas Regos:Anders Broman1-36/+38
2010-04-15From Tamas Regos:Anders Broman1-29/+29