Remove an (unused) HAVE_ICONV reference.
[obnox/wireshark/wip.git] / epan / dissectors / packet-mstp.h
index 9bca4059cfe6000eff33f19b28ab19e74b7356f5..a2aeed18f566aa215d70b3e3a5a880d91247517e 100644 (file)
@@ -28,9 +28,6 @@
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
-#if HAVE_ICONV
-#include <iconv.h>
-#endif
 #endif
 
 #include <stdio.h>
 #define min(a,b) (((a)<(b))?(a):(b))
 #endif
 
+/**
+ * Returns a value string for the BACnet MS/TP Frame Type.
+ * @param val
+ * @return constant C String with MS/TP Frame Type
+ */
+const gchar *
+mstp_frame_type_text(guint32 val);
+
 /**
  * Dissects the BACnet MS/TP packet after the preamble,
  * starting with the MS/TP Frame type octet.  Passes