aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 7306ad1d8e..deecd478a3 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -70,6 +70,8 @@ WS_DLL_PUBLIC int hf_text_only;
/** the maximum length of a protocol field string representation */
#define ITEM_LABEL_LENGTH 240
+#define ITEM_LABEL_UNKNOWN_STR "Unknown"
+
struct expert_field;
/** Make a const value_string[] look like a _value_string pointer, used to set header_field_info.strings */