summaryrefslogtreecommitdiff
path: root/asn1/x2ap/packet-x2ap-template.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-4/+4
2014-06-21batch of tvb-length conversionsEvan Huus1-5/+5
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-5/+5
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-5/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2013-03-28-Wmissing-prototypesAnders Broman1-0/+2
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris1-1/+0
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-10/+10
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
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-2/+0
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-04-01From KATAOKA Toshihiro:Anders Broman1-0/+12
2010-03-31Use IANA asigned PPID and port.Anders Broman1-4/+20
2009-11-20Dissect transportLayerAddress and rrc-contextAnders Broman1-2/+13
2009-11-14Remove unused static variableKovarththanan Rajaratnam1-1/+0
2009-10-30- Bitrate must be FT_UINT64Anders Broman1-0/+2
2009-10-28- Remove check_col.Anders Broman1-9/+7
2009-10-28Missed an #include...Anders Broman1-0/+1
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-0/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadBill Meier1-1/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier1-3/+2
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke1-1/+0
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman1-1/+1
2007-12-16Initial work on a E-UTRAN X2 Application Protocol (X2AP) packet dissector.Anders Broman1-0/+183