aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-08-31Update the header length after dissecting the header.stig1-0/+1
2010-08-01Try to fix the GTP' header dissection a bit.etxrab1-8/+14
2010-07-28Split dissection of GTP and GTP' in ordet to try to fix bugetxrab1-35/+56
2010-06-29Add End Marker back in.gerald1-0/+1
2010-06-29Completely revert r33367 so that we don't duplicate content ingerald1-94/+1
2010-06-29Add "End Marker" get rid of the .h file as no one imports anything.etxrab1-1/+94
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-9/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-2845/+2845
2010-05-01Dissect 3GPP AVP 5 3GPP-GPRS Negotiated QoS profile.etxrab1-0/+12
2010-04-19From Tamas Regos:etxrab1-36/+38
2010-04-15From Tamas Regos:etxrab1-29/+29
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-23Squelch a bunch of compiler warnings.guy1-2/+2
2009-09-09Target Identification shall be coded as TLV IE where value isetxrab1-6/+6
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-5/+5
2009-08-11Add some length checks.gerald1-1/+30
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-10Restore hf_gtp_ext_rat_type as it's used in decode_gtp_rat_type().etxrab1-1/+16
2009-07-09packet-gtp: 3GPP AVP custom VSA dissection no longer required for 3GPP-RAT-Ty...wmeier1-26/+0
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-23Revert(Try to fix indentation a bit.)etxrab1-151/+150
2009-06-23Try to fix indentation a bit.etxrab1-150/+151
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-80/+80
2009-05-19From Artem Tamazov (bug 3472):stig1-2/+5
2009-05-08Update a comment.etxrab1-0/+4
2009-02-10Inital GTPv2 dissector.etxrab1-17/+38
2009-01-27Fix some indentation .....wmeier1-299/+298
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-12Add a cople of IE'setxrab1-24/+187
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-11/+11
2008-10-23Fix an assignment which is intended as a comparison.jake1-1/+1
2008-10-23Fix:etxrab1-0/+8
2008-10-23Update the QoS IEetxrab1-81/+209
2008-10-06From Kari Tiirikainen:etxrab1-5167/+5393
2008-09-11Minor cleanup related to proto_reg_handoff ....wmeier1-1/+1