aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-27Fix some indentation .....Bill Meier1-299/+298
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-12Add a cople of IE'sAnders Broman1-24/+187
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-11/+11
2008-10-23Fix an assignment which is intended as a comparison.Jaap Keuter1-1/+1
2008-10-23Fix:Anders Broman1-0/+8
2008-10-23Update the QoS IEAnders Broman1-81/+209
2008-10-06From Kari Tiirikainen:Anders Broman1-5167/+5393
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-1/+1
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-34/+31
2008-09-02Handle extension header.Anders Broman1-1/+50
2008-08-25From Andrei Slavoiu:Anders Broman1-7/+7
2008-08-05FromVincent Helfre:Anders Broman1-2/+57
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-06-18Fix for bug 2618:Jaap Keuter1-8/+21
2008-02-29Don't peek inside the column information and manually wrap "GTP < ... >"Guy Harris1-31/+4
2008-02-08- Add application Id:s to DiameterAnders Broman1-6/+57
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-5/+5
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionAnders Broman1-5/+36
2008-01-27Uncomplete code change.Anders Broman1-2/+2
2008-01-25Decode som more MBMS elements. Diameter XML fixes.Anders Broman1-8/+80
2008-01-24Decode som MBMS elements.Anders Broman1-15/+107
2008-01-07Fix Missing -z proto,colinfo,ip,gtp.teid_cp and -z proto,colinfo,ip,gtp.teid_...Anders Broman1-2/+2
2007-09-03Wireshark packet-gtp.c error in decoding IMEI.Anders Broman1-2/+6
2007-08-14From From: Sommars, Steven E:Anders Broman1-9/+18
2007-06-10Updated GSM MAP to use the latest asn1 original files.Anders Broman1-2/+2
2007-05-31Wrap newly added (svn rev 22007) but unused "Required MBMS bearerStephen Fisher1-0/+3
2007-05-30Update value strings.Anders Broman1-1/+85
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-18Add a comment.Anders Broman1-1/+6
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-2/+2
2007-02-16From Florent Drouin:Anders Broman1-2/+2
2007-02-12Return correct length.Anders Broman1-1/+1
2007-02-12Fix Bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1365 Authenticatio...Anders Broman1-44/+42
2006-09-30remove compiler warningsUlf Lamping1-2/+2
2006-08-28More release 6 changes.Anders Broman1-95/+95