aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uds.c
AgeCommit message (Collapse)AuthorFilesLines
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>