diff options
Diffstat (limited to 'epan/dissectors/packet-http.h')
-rw-r--r-- | epan/dissectors/packet-http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-http.h b/epan/dissectors/packet-http.h index 6b0342dfee..899c363c1b 100644 --- a/epan/dissectors/packet-http.h +++ b/epan/dissectors/packet-http.h @@ -25,8 +25,11 @@ #define __PACKET_HTTP_H__ #include <epan/packet.h> +#include "ws_symbol_export.h" +WS_DLL_PUBLIC void http_dissector_add(guint32 port, dissector_handle_t handle); +WS_DLL_PUBLIC void http_port_add(guint32 port); /* Used for HTTP statistics */ |