aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-21CN-Id is two bytes.Anders Broman1-2/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-21/+19
2011-01-12Mark a parameter as unused.Anders Broman1-1/+1
2011-01-12Enhance IE dissection.Anders Broman1-14/+138
2011-01-11Improve dissection of UE Time Zone.Anders Broman1-9/+6
2011-01-10Shorten long winded strings.Anders Broman1-4/+4
2011-01-10Give CSID an abbreviation.Jeff Morriss1-1/+1
2011-01-09Get rid of check_col().Anders Broman1-2/+1
2011-01-08Try to fix:Anders Broman1-2/+3
2011-01-08Further IE dissection updates.Anders Broman1-21/+234
2011-01-07Don't try to display a string in BASE_DEC. Also delete duplicate registratio...Jeff Morriss1-13/+8
2011-01-07** (process:23326): WARNING **: Field 'Reserved bit(s)' does not have anAnders Broman1-2/+2
2011-01-07Fix buildbot.Anders Broman1-9/+21
2011-01-07Add dissection of more IE:sAnders Broman1-73/+1143
2011-01-05Enhance IE dissection.Anders Broman1-10/+30
2011-01-04Give a couple of fields abbreviations.Jeff Morriss1-46/+46
2011-01-04Maeke use of dissect_e212_mcc_mnc_ep_str().Anders Broman1-1/+9
2011-01-04Add more info to the tree.Anders Broman1-43/+103
2011-01-03Prettify dissection of User Location Info (ULI). (Complete)Anders Broman1-7/+8
2011-01-03Prettify dissection of User Location Info (ULI).Anders Broman1-16/+41
2011-01-03Mark unused parameters as such.Anders Broman1-1/+1
2011-01-03Mark unused parameters as such.Anders Broman1-3/+3
2011-01-03Comment out a faulty line.Anders Broman1-1/+1
2011-01-03Enhance IE dissection and a number of bug fixes.Anders Broman1-81/+662
2010-12-30Extend IE dissetcion.Anders Broman1-68/+215
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-09-03GTPv2: IMSI is decoded improperly.Anders Broman1-23/+4
2010-07-21Fix warnings as seen in gcc 3.4.6Martin Mathieson1-4/+4
2010-07-21From KATAOKA Toshihiro via bug 5033:Stig Bjørlykke1-9/+16
2010-06-29Dissect one F-containerAnders Broman1-3/+17
2010-06-28Mark an unused argument.Stig Bjørlykke1-1/+1
2010-06-28Dissect more GTPV2 IE'sAnders Broman1-52/+315
2010-06-08Remove C++ style comment.Anders Broman1-2/+4
2010-06-08Fix packet-gtpv2.c:945:1: error: "/*" within commentAnders Broman1-1/+1
2010-06-08From Tamás Regõs:Anders Broman1-28/+112
2010-06-07ECI (E-UTRAN Cell Identifier) wrongly decoded.Anders Broman1-3/+3
2010-06-02Update value_strings with IE names.Anders Broman1-6/+27
2010-06-01Remove the now unused value_strings.Anders Broman1-33/+2
2010-06-01- Traffic flow template miss dissected, use de_sm_tflow_temp()Anders Broman1-429/+60
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-1592/+1585
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-05From Toshihiro KATAOKA:Anders Broman1-2/+13
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-6/+6
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-6/+6
2009-09-17Remove debug printout.Anders Broman1-1/+0
2009-09-15Also mark tree as an unmarked parameter.Martin Mathieson1-1/+1
2009-09-15Remove now unused variables.Anders Broman1-9/+2
2009-09-15Bearer Context not dissected correctly.Anders Broman1-248/+22