Skip to content
GitLab
Next
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wireshark Foundation
wireshark
Commits
4959ae65
Commit
4959ae65
authored
Apr 19, 2021
by
Peter van der Perk
Committed by
A Wireshark GitLab Utility
Apr 21, 2021
Browse files
UAVCAN/CAN dissector see
https://uavcan.org/
parent
f15d35b0
Pipeline
#290173685
passed with stages
in 56 minutes and 47 seconds
Changes
5
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
docbook/release-notes.adoc
View file @
4959ae65
...
...
@@ -89,6 +89,7 @@ Kerberos SPAKE
O-RAN fronthaul UC-plane (O-RAN)
PDU Transport Protocol
State Synchronization Protocol (SSyncP)
UAVCAN\CAN
--
=== Updated Protocol Support
...
...
epan/dissectors/CMakeLists.txt
View file @
4959ae65
...
...
@@ -584,6 +584,7 @@ set(DISSECTOR_PUBLIC_HEADERS
packet-tte.h
packet-ua.h
packet-uaudp.h
packet-uavcan-dsdl.h
packet-ubertooth.h
packet-udp.h
packet-umts_fp.h
...
...
@@ -1852,6 +1853,8 @@ set(DISSECTOR_SRC
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-ua3g.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-uasip.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-uaudp.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-uavcan-can.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-uavcan-dsdl.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-ubdp.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-ubertooth.c
${
CMAKE_CURRENT_SOURCE_DIR
}
/packet-ucp.c
...
...
epan/dissectors/packet-uavcan-can.c
0 → 100644
View file @
4959ae65
This diff is collapsed.
Click to expand it.
epan/dissectors/packet-uavcan-dsdl.c
0 → 100644
View file @
4959ae65
This diff is collapsed.
Click to expand it.
epan/dissectors/packet-uavcan-dsdl.h
0 → 100644
View file @
4959ae65
/* packet-uavcan-dsdl.h
* Routines for dissection of DSDL used in UAVCAN
*
* Copyright 2020-2021 NXP
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef _PACKET_UAVCAN_DSDL_H_
#define _PACKET_UAVCAN_DSDL_H_
extern
const
range_string
uavcan_subject_id_vals
[];
extern
const
range_string
uavcan_service_id_vals
[];
#endif
/* _PACKET_UAVCAN_DSDL_H_ */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment