aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-5/+2
2014-05-11Function to calculate twos complement is quicker and hopefully better underst...Marko Hrastovec1-7/+4
2014-04-08ASTERIX - added dissector for category 023.Marko Hrastovec1-4/+297
2014-04-06Bugfix for ASTERIX category 021.Marko Hrastovec1-4/+2
2014-04-05Get it compiling again: packet-asterix.c has unused const variable.Hadriel Kaplan1-0/+3
2014-04-05Decoder for category 021 added to ASTERIX dissector. Bug 9953.Michael Mann1-2/+1561
2014-03-17Asterix CAT062 fix. Units for cartesian velocity of track were displayed with...Marko Hrastovec1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-1/+1
2014-01-28From Marko Hrastovec viaEvan Huus1-320/+1160
2014-01-09From Marko HrastovecMartin Kaiser1-6/+356
2014-01-09From Marko HrastovecMartin Kaiser1-3/+3
2014-01-08remove duplicate editor modelinesMartin Kaiser1-4/+0
2014-01-08From Antony BridleMartin Kaiser1-18/+121
2013-12-22Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-29Whitespace fixes: Replace some tabs by spaces & etcBill Meier1-100/+100
2013-10-29From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+2
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-3/+0
2013-10-10From Marko Hrastovec viaEvan Huus1-1/+300
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+3
2013-07-30From Marko Hrastovec viaStig Bjørlykke1-75/+75
2013-07-18From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-14/+42
2013-07-12From Dirk De Schepper via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-6/+6
2013-07-06From Marko Hrastovec viaEvan Huus1-1/+1
2013-07-01Fix Coverity CID 1025626 (Unintentional integer overflow) by declaring 1 as a...Chris Maynard1-28/+28
2013-06-03From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-2/+196
2013-05-20Fix:Jeff Morriss1-10/+10
2013-05-20More compiler warning fixes...Evan Huus1-2/+2
2013-05-20Third time lucky, hopefully fix the last of the compiler warnings...Evan Huus1-1/+1
2013-05-20Use doubles and FT_DOUBLE for better precision and to avoid a largeEvan Huus1-154/+149
2013-05-20Fix some compile warnings, and spread a struct definition over multipleEvan Huus1-4/+9
2013-05-20From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+5954