aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uds.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2018-06-05UDS: Add Transfer Data Block Sequence CounterTobias Rasmusson1-0/+26
The first byte of a Transfer Data request/response is the block sequence counter. This change will show that counter. Change-Id: I87c240bd12f1f897e298d2fcfae8f75058aa4392 Reviewed-on: https://code.wireshark.org/review/27956 Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a Reviewed-on: https://code.wireshark.org/review/25756 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-12-14Register the UDS dissector by name.Guy Harris1-3/+4
See https://ask.wireshark.org/question/891/use-uds-dissector-inside-doip-dissector/ Change-Id: I608b4ffb90e65fd31e9f3e421f4c473f4e66bebd Reviewed-on: https://code.wireshark.org/review/24818 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2016-11-20uds: Fix conflict for hf fieldsAlexis La Goutte1-1/+1
'uds.tp.suppress_reply' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT8 Change-Id: I8f6035c79c7b6481dd2915cfcfc99963fef7fc23 Reviewed-on: https://code.wireshark.org/review/18884 Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-10-26uds: fix spelling typo found by lintianAlexis La Goutte1-5/+5
Change-Id: I78efa2fd9d3a4d1261f0276af85329ee05dbb5e3 Reviewed-on: https://code.wireshark.org/review/18489 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2016-08-18UDS: fix fix no previous prototype for ↵Alexis La Goutte1-0/+3
'proto_register_uds/proto_reg_handoff_uds' [-Wmissing-prototypes] Change-Id: I14567ea0142555aedb859e52eb4d92f89da8d695 Reviewed-on: https://code.wireshark.org/review/17142 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-08-05Add UDS dissectorYann Diorcet1-0/+1098
Change-Id: Icc9b6c6bcaac1f3056fa83a4ae9ef66e1537b1a5 Reviewed-on: https://code.wireshark.org/review/16492 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>