aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ebhscr.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-13register_decode_as_next_proto: remove the "title" parameterMartin Kaiser1-1/+1
Remove the "title" parameter from the register_decode_as_next_proto() function. This parameter is no longer required since decode_as_t does not have a title any more. Change-Id: I300c755bd465453aa91703b53ce9adc954e38c00 Reviewed-on: https://code.wireshark.org/review/33579 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx> Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-03-09ebhscr: add nmea support, update of eth link and master/slave bitsPantar Ana1-7/+28
Change-Id: Ibc24f8c19179f5bc2cd0711da99596a8c9cb04d6 Reviewed-on: https://code.wireshark.org/review/32330 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
2019-02-05ebhscr: add ebhscr dissectorPantar Ana1-0/+403
ElektroBit High Speed Capture and Replay protocol is produced by a PCIe Card for interfacing high speed automotive interfaces. Bug: 15474 Change-Id: Ibb3ea36d9281b2779e2cc13d29b66dc382782ca3 Reviewed-on: https://code.wireshark.org/review/31847 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>