aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lpp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-31LPP: upgrade dissector to v13.1.0Pascal Quantin1-72/+152
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-142/+142
2016-01-10LPP: upgrade dissector to v13.0.0Pascal Quantin1-93/+1805
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-04-23LPP: fix a typo in the protocol abbreviationPascal Quantin1-2/+2
2015-03-30LPP: upgrade dissector to v12.4.0Pascal Quantin1-29/+29
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-256/+256
2015-02-04LPP: upgrade dissector to v12.3.0Pascal Quantin1-315/+1770
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-53/+53
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+1
2014-12-12LPP: avoid doing an out of bound access in case the PER decoding gives an inv...Pascal Quantin1-71/+73
2014-07-08Upgrade LPP dissector to v11.5.0Pascal Quantin1-5/+26
2014-06-11FixAndersBroman1-43/+43
2014-03-24Upgrade LPPe dissector to V1_1-20140108-CPascal Quantin1-100/+100
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-102/+100
2014-01-13Upgrade LPP dissector to v11.5.0Pascal Quantin1-1/+22
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-08- Forward declaration of register functions.Anders Broman1-6/+10
2013-11-25Fix a shadowed declaration error when compiling with gcc 4.3.2Pascal Quantin1-3/+3
2013-11-25Prettify LTE Positioning Protocol dissectionPascal Quantin1-434/+2837
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-24/+24
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-252/+252
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-20Upgrade LPP dissector to v11.2.0Pascal Quantin1-7/+196
2013-01-11Upgrade LPP dissector to v11.1.0 and modify extract_asn1_from_spec.pl to auto...Pascal Quantin1-2/+2
2013-01-06Upgrade LTE RRC dissector to v11.2.0Pascal Quantin1-11/+76
2012-09-28Upgrade LTE Positioning Protocol to V11.0.0Pascal Quantin1-2/+75
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
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-4/+4
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-15/+15
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin1-1/+1
2012-07-09Add LTE Positioning Protocol Extensions dissectorPascal Quantin1-44/+71
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-19Use col_append_sep_str instead of col_append_strpascal1-1/+1
2012-01-16From Pascal Quantin:Anders Broman1-9/+48
2011-10-16From Pascal Quantin.Anders Broman1-0/+11500