aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-23 15:18:48 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-23 15:18:48 +0000
commit7ec4582b4f4b11ffc4e0f29b2cd14ad49f55584b (patch)
tree493800f6ac3669ae25900d543977bf2a8e14ae9b /rawshark.c
parent5b8f078f4bc535b37d8af8cf08ae36d6ad663035 (diff)
Add FT_SYSTEM_ID type and convert the dissectors that use print_system_id with FT_BYTES to now use FT_SYSTEM_ID type.
svn path=/trunk/; revision=54383
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rawshark.c b/rawshark.c
index b84d0f2e4f..091319324e 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -1256,6 +1256,8 @@ static const char* ftenum_to_string(header_field_info *hfi)
return "FT_OID";
case FT_REL_OID:
return "FT_REL_OID";
+ case FT_SYSTEM_ID:
+ return "FT_SYSTEM_ID";
case FT_NUM_TYPES:
return "FT_NUM_TYPES";
default: