aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/rmcp.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-10-22 15:39:30 +0200
committerIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-10-23 13:45:56 +0200
commita443bba0dd8cb295d95e50ea763d1956003ac8d9 (patch)
tree833c46ca8ef288574c37a25d357c9625d58b87e8 /src/lib/protocols/rmcp.c
parent25c54dd6d7aea964f4ad436f0d03afddd6653697 (diff)
Add CAN over Ethernet dissector.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/protocols/rmcp.c')
-rw-r--r--src/lib/protocols/rmcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/protocols/rmcp.c b/src/lib/protocols/rmcp.c
index 366f6eac8..442179bea 100644
--- a/src/lib/protocols/rmcp.c
+++ b/src/lib/protocols/rmcp.c
@@ -27,6 +27,7 @@
#include "ndpi_api.h"
+PACK_ON
struct rmcp_header {
uint8_t version;
uint8_t reserved;
@@ -40,7 +41,7 @@ struct rmcp_header {
#else
#error "Missing endian macro definitions."
#endif
-};
+} PACK_OFF;
static void ndpi_int_rmcp_add_connection(struct ndpi_detection_module_struct *ndpi_struct,
struct ndpi_flow_struct *flow)