aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-2/+2
2009-09-09Target Identification shall be coded as TLV IE where value isAnders Broman1-6/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-5/+5
2009-08-11Add some length checks.Gerald Combs1-1/+30
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-10Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().Anders Broman1-1/+16
2009-07-09packet-gtp: 3GPP AVP custom VSA dissection no longer required for 3GPP-RAT-Ty...Bill Meier1-26/+0
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-23Revert(Try to fix indentation a bit.)Anders Broman1-151/+150
2009-06-23Try to fix indentation a bit.Anders Broman1-150/+151
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-80/+80
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-2/+5
2009-05-08Update a comment.Anders Broman1-0/+4
2009-02-10Inital GTPv2 dissector.Anders Broman1-17/+38