aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap/packet-s1ap-template.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-7/+7
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-11-14[S1AP] Let the A21 dissector do further dissection of Cdma2000SectorIDAndersBroman1-0/+3
2014-10-29Replace isalpha() with g_ascii_isprint().AndersBroman1-1/+0
2014-10-22S1AP: Add an S1AP context to be able to determine which message andAndersBroman1-8/+22
2014-10-21Add OID callback for private IEs making it possible to call a dissectorAndersBroman1-0/+3
2014-10-18Check for printable ASCII in an ENBName.Guy Harris1-1/+0
2014-10-17Dissect CDMA2000 PDU if GCSNA dissector exists.AndersBroman1-0/+5
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 "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-7/+7
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-7/+7
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-03-28-Wmissing-prototypesAnders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-13/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-09From David Wei:Anders Broman1-0/+2
2011-12-09Get rid of declarations of undefined routines and definitins of unusedGuy Harris1-0/+2
2011-12-08Try to get the container stuff right...Anders Broman1-0/+2
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.Anders Broman1-0/+1
2011-11-04Dissect RIMInformation.Anders Broman1-0/+4
2011-10-23From Pascal Quantin.Anders Broman1-0/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-06Typo FT_IPv4 isf FT_IPv6.Anders Broman1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-10/+10
2010-06-23FromToshihiro Kataoka:Anders Broman1-0/+2
2010-04-12Update to V9.2.0 (2010-03).Anders Broman1-2/+2
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-1/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-03-31From KATAOKA Toshihiro:Anders Broman1-3/+4
2009-11-08Dissect Handover "containers".Anders Broman1-1/+20
2009-11-05Dissect Source-ToTarget-TransparentContainer in the intra LTE case.Anders Broman1-0/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-05-20Update to 8.5.1 - "Minor corrections before freezing of ASN.1"Anders Broman1-1/+1
2009-03-23Update to the 200903 release.Anders Broman1-0/+12
2009-03-03Use the SCTP ppid for S1AP.Anders Broman1-1/+3
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-2/+0
2009-01-13Move find_dissector to once-only section of _reg_handoffBill Meier1-3/+2
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman1-2/+2
2008-11-24NAS PDU:s are different in LTE.Anders Broman1-2/+2
2008-11-16Dissect NAS-PDU.Anders Broman1-0/+3
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadBill Meier1-2/+7
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-15/+13
2008-10-14Try to get rid of unused code warnings.Anders Broman1-1/+4
2008-10-13Try to get rid of unused code warnings.Anders Broman1-8/+1