aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-131/+131
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-2/+2
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-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-6/+9
2014-09-10Update to V12.2.0 (2014-06), remove deprecated APIsAndersBroman1-104/+1111
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 "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-16/+14
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-21/+21
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-130/+130
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-28-Wmissing-prototypesAnders Broman1-7/+9
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris1-8/+7
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-102/+102
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-3/+3
2012-01-04Update to V10.3.0 (2011-09)Anders Broman1-175/+1272
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-08-29From Fredrik Kuivinen:Anders Broman1-7/+4
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-22/+22
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-96/+96
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-6/+6
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-266/+266
2010-04-12Update to V9.2.0 (2010-03).Anders Broman1-13/+433
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-9/+7
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
2010-04-01From KATAOKA Toshihiro:Anders Broman1-7/+19
2010-03-31Use IANA asigned PPID and port.Anders Broman1-11/+27
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
2009-12-20Update to V9.1.0 (2009-12)Anders Broman1-3/+573
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-11-20Dissect transportLayerAddress and rrc-contextAnders Broman1-8/+52
2009-11-14Remove unused static variableKovarththanan Rajaratnam1-1/+0
2009-10-30Remove debug codeAnders Broman1-16/+1
2009-10-30- Bitrate must be FT_UINT64Anders Broman1-14/+43
2009-10-28- Remove check_col.Anders Broman1-69/+82
2009-10-28Missed an #include...Anders Broman1-7/+8
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman1-1/+2
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1