aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-socketcan.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-03-19Replace enumerated preference for choosing subdissector with a subdissector t...Michael Mann1-48/+29
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-3/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-2/+2
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-11- Forward declaration of register functions.Anders Broman1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-12-06Add DeviceNet and J1939 dissectors. Both run on top of CAN (not necessarily ...Michael Mann1-2/+18
2013-12-05Remove non-ASCII characterPascal Quantin1-1/+1
2013-12-05CAN protocols have a CAN ID and up to 8 bytes of data. How the CAN ID and da...Michael Mann1-15/+28
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07General fixes and cleanup:Bill Meier1-92/+105
2012-03-07From Yegor Yefremov: Add dissector for CANopen protocol https://bugs.wireshar...Anders Broman1-14/+45
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-21Fix for bug 5425:Jaap Keuter1-0/+2
2009-12-29Update to SocketCAN dissector from bug #4299. This change makes theStephen Fisher1-6/+6
2009-12-08Add the Id tag.Jaap Keuter1-1/+2
2009-12-08From Felix Obenhuber via bug #4299: SocketCAN dissector patchStephen Fisher1-0/+200