aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lpp.c
AgeCommit message (Expand)AuthorFilesLines
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