aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-23GPRSCDR: decoding of ULI in GGSN/SGW/PGW CDRsJoakim Karlsson1-0/+2
Change-Id: Id87920c5099553e51cfaa9ab0cb0c41cec6a127b Reviewed-on: https://code.wireshark.org/review/22767 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-07-16GPRSCDR: decoding of GPRS/UMTS QoS-informationJoakim Karlsson1-0/+2
Change-Id: Ia912925f689d2912c62d01fcc8230065204b6f15 Reviewed-on: https://code.wireshark.org/review/22633 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-03-03Define in one and only one C file, declare in a header file.Guy Harris1-0/+6
Presumably the intent is to have the two dissectors share the tables in question; if so, it's best done by defining the tables in one and only one C file and declaring it in a header file included by both C files - that 1) ensures the declaration and definition stay in sync and 2) keeps the OS X build from failing. Change-Id: Id2e7e5b7270c7109ffb091b2e16a631b83dde212 Reviewed-on: https://code.wireshark.org/review/14309 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-03-02GTP session ID generated tree item for tracking GTPv2 sessionsglores1-0/+26
Change-Id: I6d487c901838dcdb3550674e0a514a59d221806f Reviewed-on: https://code.wireshark.org/review/14093 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-2/+2
svn path=/trunk/; revision=52591
2012-12-14From Martin Isaksson:Anders Broman1-1/+1
- Initiiate GTP header to zero. - Dont' load TEID unconditionaly, it might not be present. svn path=/trunk/; revision=46537
2012-10-08From Martin Isaksson:Anders Broman1-0/+8
Preparattions for GTP tap. svn path=/trunk/; revision=45377
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-03-19Update cause values and export the extended value string.Anders Broman1-0/+2
svn path=/trunk/; revision=41672
2011-11-29Update value strings.Anders Broman1-5/+27
svn path=/trunk/; revision=40035
2010-11-15Fill value_strings.Anders Broman1-2/+2
svn path=/trunk/; revision=34875
2010-06-29Add End Marker back in.Gerald Combs1-4/+5
svn path=/trunk/; revision=33380
2008-10-06From Kari Tiirikainen:Anders Broman1-0/+118
Req/resp tracking and service response time stats for GTP-C svn path=/trunk/; revision=26361
2005-07-15Radius Dictionary SupportLuis Ontanon1-34/+0
Part 2: the code svn path=/trunk/; revision=14925
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+34
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410