aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+4
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-7/+7
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-102/+102
2016-01-06[S1AP] Update to version V13.1.0 (2015-12)AndersBroman1-166/+1801
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-245/+245
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-6/+7
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-7/+7
2015-11-02[GTPv2] Dissect UTRAN F-Container content.AndersBroman1-74/+87
2015-04-27S1AP: Add missing protocol IE declaration for E-UTRAN-Trace-IDMartin Mathieson1-45/+59
2015-04-03[S1AP] Display the decimal value for TAC.AndersBroman1-64/+76
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-67/+66
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+7
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