aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m3ap.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-39/+39
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-6/+7
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-24/+25
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-6/+6
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+7
2014-06-21batch of tvb-length conversionsEvan Huus1-5/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
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-38/+36
2014-01-04Remove unused function and variable.Anders Broman1-59/+33
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-1/+1
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-8/+7
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann1-5/+4
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-41/+41
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-21From beroset:Bill Meier1-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-50/+50
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15Correct a discrepancy in the specification.Anders Broman1-1/+1
2012-06-14Pretify columns.Anders Broman1-0/+56
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-48/+45
2012-04-27From David Wei:Anders Broman1-4/+5
2012-04-25From David Wei:Anders Broman1-19/+107
2012-02-23Fix a 3GPP specification error.Anders Broman1-1/+1
2012-02-01See if this makes it build cleanly.Anders Broman1-19/+2
2012-02-01From David Wei:Anders Broman1-0/+2499