aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-18asterix: special processing for field item I021/150Marko Hrastovec1-18/+40
2017-12-10asterix: wrong presentation of fields I009/080 in CAT009.Marko Hrastovec1-3/+3
2017-12-08Typing error correction for CAT002 settings selection.Marko Hrastovec1-1/+1
2017-09-05Fix unit of measurement in category 048 of ASTERIX protocol.Dmitry Bravikov1-1/+1
2017-06-05asterix: add a link to the specificationsMartin Kaiser1-0/+8
2017-04-11packet-asterix.c: Make hf_021_230_RA FT_DOUBLE typeMichael Mann1-1/+1
2017-01-23ASTERIX: Avoid an integer overflow.Gerald Combs1-4/+5
2016-11-11packet-asterix.c doesn't need a preference callback function.Michael Mann1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-07-19asterix: remove unused hf entryMartin Kaiser1-2/+0
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-4/+1
2016-03-26ASTERIX: Add CAT025 dissectionAndrew Hoag1-1/+245
2016-03-17ASTERIX: fix for wrong RE and SP fields in CAT048.Marko Hrastovec1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-3/+4
2015-06-18Asterix: field array must be NULL terminatedPascal Quantin1-5/+10
2015-06-17Asterix dissector support for category 021 v2.3Andrew Hoag1-6/+48
2015-06-12Asterix dissector can now dissect ASTERIX Category 004.Marko Hrastovec1-5/+1217
2015-02-16Suppress more pedantic warnings.Gerald Combs1-0/+29
2015-01-22Decoding of Asterix categories 063 and 065 extended to item decoding.Marko Hrastovec1-25/+337
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+2
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-12-01Asterix: fix Coverity scan (1025624 & 1025625: Missing break in switch)Marko Hrastovec1-0/+2
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
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