aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-15/+15
2014-05-12Fix copy-and-paste error with cause value_strings, and change indentation to ...Martin Mathieson1-10/+10
2014-04-16From Martin Mathieson:AndersBroman1-5/+38
2014-04-08Get rid of some unused functions.Guy Harris1-90/+64
2014-04-08Update to V11.6.0AndersBroman1-145/+1268
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-73/+71
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-15/+15
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-202/+202
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-28-Wmissing-prototypesAnders Broman1-7/+10
2013-03-19From beroset:Anders Broman1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-225/+225
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-02-20From David Wei more containers not to dissect if pref is setanonsvn1-46/+50
2012-02-09From David Wei:Anders Broman1-134/+139
2012-01-25From billyjeans [AT] gmail.com via bug 6184: "S1AP dissector COL_INFO should ...Chris Maynard1-28/+158
2011-12-09Update to 3GPP TS 36.413 V10.3.0 (2011-09)Anders Broman1-100/+1002
2011-12-09Get rid of declarations of undefined routines and definitins of unusedGuy Harris1-64/+30
2011-12-08Try to get the container stuff right...Anders Broman1-86/+37
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.Anders Broman1-8/+9
2011-11-08Get rid of set-but-not-used warnings.Anders Broman1-13/+4
2011-11-04Dissect RIMInformation.Anders Broman1-9/+29
2011-10-23From Pascal Quantin.Anders Broman1-20/+32
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-10-06Typo FT_IPv4 isf FT_IPv6.Anders Broman1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-37/+37
2011-03-03Export SONtransferRequestContaine, SONtransferResponseContainerand and Global...Anders Broman1-27/+27
2011-02-27Export:Anders Broman1-22/+61
2011-02-27Add dissection of SonTransfer-IEs.Anders Broman1-23/+632
2011-02-04If ENBname is text, append the text.Anders Broman1-13/+37
2011-01-25Export Global-ENB-ID.Anders Broman1-26/+26
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-208/+208
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman1-0/+34
2010-11-11Use value_string_ext.Anders Broman1-28/+34
2010-06-29Update to V9.3.0 (2010-06)Anders Broman1-28/+61
2010-06-28Dissect more GTPV2 IE'sAnders Broman1-26/+26
2010-06-26From KATAOKA Toshihiro:Anders Broman1-8/+6
2010-06-23FromToshihiro Kataoka:Anders Broman1-6/+25
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-3/+3
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-395/+395
2010-04-12Update to V9.2.0 (2010-03).Anders Broman1-43/+117
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-03-31From KATAOKA Toshihiro:Anders Broman1-6/+7