aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-devicenet.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28Change struct can_identifier to can_infoStefan Tatschner1-25/+25
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-01-13dissectors: can: Handle CAN id flagsMaksim Salau1-8/+7
2018-07-11DeviceNet: Add reference to spec nameDylan Ulis1-0/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-27devicenet: fix 'buf_len' was marked unused but was used [-Wused-but-marked-u...Alexis La Goutte1-1/+1
2017-07-09Don't use uint_to_str_back when you need guint32_to_str_buf.Michael Mann1-5/+3
2017-05-06can: remove duplicated can_identifier struct.Jakub Zawadzki1-5/+2
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-3/+3
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-1/+1
2015-03-19Replace enumerated preference for choosing subdissector with a subdissector t...Michael Mann1-2/+14
2015-02-19Add some casts to satisfy the various compilers.Jeff Morriss1-1/+1
2015-02-19Add name resolution support to address type.Michael Mann1-3/+4
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+5
2015-02-09Add fixed length function for address types.Michael Mann1-1/+6
2015-02-09Add "column filter string" support to address types.Michael Mann1-1/+1
2015-02-09Add address type registration.Michael Mann1-5/+25
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-10Add preference to display spaces between bytes for FT_BYTES fields.Michael Mann1-12/+6
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-6/+6
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-2/+0
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-27/+27
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+18
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-23/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-06Ue TFS & VALS macros for certain 'fieldconvert' fields.Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Fix packet-devicenet.c:619:17: error: will never be executed [-Werror,-Wunrea...Alexis La Goutte1-1/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-6/+6
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-12-12Fix Coverity CID 1135557: Structurally dead code, by moving the break stateme...Chris Maynard1-4/+4
2013-12-09Fix warningsJakub Zawadzki1-1/+1
2013-12-06Fix indent (use 4 spaces) Remove trailing whitespace Add ModelinesAlexis La Goutte1-188/+201
2013-12-06Fix (-W)unused-const-variable error found by ClangAlexis La Goutte1-0/+4
2013-12-06Update svn propertiesPascal Quantin1-1033/+1033
2013-12-06Fix unused parameter 'pinfo'Alexis La Goutte1-4/+4
2013-12-06Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann1-0/+1033