aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-12From Dirk De Schepper via ↵Jeff Morriss1-6/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8926 : The dissector defines some one-byte fields as UFLOAT. Defining them as UINT fixes the decoding error for CAT48 version 1.21. svn path=/trunk/; revision=50532
2013-07-06From Marko Hrastovec viaEvan Huus1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8886 Fix an error in the scaling factor of field I062/380 subfield #28 in the Asterix dissector. svn path=/trunk/; revision=50424
2013-07-01Fix Coverity CID 1025626 (Unintentional integer overflow) by declaring 1 as ↵Chris Maynard1-28/+28
a 64-bit unsigned integer using G_GUINT64_CONSTANT(). svn path=/trunk/; revision=50289
2013-06-03From Marko Hrastovec via ↵Evan Huus1-2/+196
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8737 Add dissection of Category 009 to the ASTERIX dissector. svn path=/trunk/; revision=49734
2013-05-20Fix:Jeff Morriss1-10/+10
Error: the blurb for hf_048_030_WE ("asterix.048_030_WE") matches the field name in epan/dissectors/packet-asterix.c Also remove a few blurbs which aren't exact matches but are basically the same. svn path=/trunk/; revision=49468
2013-05-20More compiler warning fixes...Evan Huus1-2/+2
svn path=/trunk/; revision=49461
2013-05-20Third time lucky, hopefully fix the last of the compiler warnings...Evan Huus1-1/+1
svn path=/trunk/; revision=49460
2013-05-20Use doubles and FT_DOUBLE for better precision and to avoid a largeEvan Huus1-154/+149
number of compiler warnings for systems where floats are 32 bits, but floating-point literals default to 64-bit doubles. svn path=/trunk/; revision=49459
2013-05-20Fix some compile warnings, and spread a struct definition over multipleEvan Huus1-4/+9
lines to make it obvious where the 32-bit cast is needed, since it's not at all obvious to me... svn path=/trunk/; revision=49458
2013-05-20From Marko Hrastovec via ↵Evan Huus1-0/+5954
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8579 Dissector for ASTERIX (a radar data and air traffic controller protocol). svn path=/trunk/; revision=49457