diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /epan/dissectors/packet-llc.h | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-llc.h')
-rw-r--r-- | epan/dissectors/packet-llc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-llc.h b/epan/dissectors/packet-llc.h index 98c65286..966c4deb 100644 --- a/epan/dissectors/packet-llc.h +++ b/epan/dissectors/packet-llc.h @@ -21,7 +21,7 @@ void dissect_snap(tvbuff_t *, int, packet_info *, proto_tree *, * Add an entry for a new OUI. */ WS_DLL_PUBLIC -void llc_add_oui(guint32, const char *, const char *, hf_register_info *, const int); +void llc_add_oui(uint32_t, const char *, const char *, hf_register_info *, const int); /* * SNAP information about the PID for a particular OUI: @@ -38,6 +38,6 @@ typedef struct { * Return the oui_info_t for the PID for a particular OUI value, or NULL * if there isn't one. */ -oui_info_t *get_snap_oui_info(guint32); +oui_info_t *get_snap_oui_info(uint32_t); #endif |