summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-asterix.c
AgeCommit message (Collapse)AuthorFilesLines
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