diff options
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 |