aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-14[S1AP) Wrong tree usedAndersBroman1-1/+1
2014-11-14[S1AP] Let the A21 dissector do further dissection of Cdma2000SectorIDAndersBroman1-53/+77
2014-10-29Replace isalpha() with g_ascii_isprint().AndersBroman1-9/+8
2014-10-22S1AP: Add an S1AP context to be able to determine which message andAndersBroman1-11/+25
2014-10-21Add OID callback for private IEs making it possible to call a dissectorAndersBroman1-80/+98
2014-10-18Check for printable ASCII in an ENBName.Guy Harris1-13/+12
2014-10-17Dissect CDMA2000 PDU if GCSNA dissector exists.AndersBroman1-51/+71
2014-09-25Freeze Info column while dissecting RRC transparent containerMartin Mathieson1-49/+53
2014-09-10Update to revission V12.2.0 (2014-06)AndersBroman1-67/+595
2014-06-21batch of tvb-length conversionsEvan Huus1-7/+7
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-15/+15
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