aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-06-17 21:54:21 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-06-17 21:54:21 +0000
commit24623bdff3727c98d9662d6ef183883b8b114be9 (patch)
tree2b1eb0fe9c7a30ea487e6f5a5a8ee417515fd34a /epan/to_str.h
parent32b95570df10da14e9662ac91974e89156221e10 (diff)
More PDU export work:
- add automatic export of port type when exporting a source / destination port - add export of SCTP PPID (usefulness to be checked) - fix some field size svn path=/trunk/; revision=49989
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index cc0f106474..a353304a3d 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -101,4 +101,6 @@ WS_DLL_PUBLIC const char *decode_boolean_bitfield(const guint32 val, const guint
WS_DLL_PUBLIC const char *decode_numeric_bitfield(const guint32 val, const guint32 mask, const int width,
const char *fmt);
+WS_DLL_PUBLIC const gchar* port_type_to_str (port_type type);
+
#endif /* __TO_STR_H__ */