aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-07-30 15:29:10 -0700
committerGuy Harris <guy@alum.mit.edu>2018-07-30 22:29:51 +0000
commit933a48bc6b9ab9fccdd5f5ac4e5378f4e402a885 (patch)
tree25d5ab69dae0b63439eaa4b509bcdef05e6549bf /wiretap/wtap.c
parent7e755f71ad605e7b403d5fd52ef247042715ff7f (diff)
Add WTAP_ENCAP_RUBY_MARSHAL to the table of encapsulation names.
Change-Id: If7362bc4e1da3c3dc22df08b52c7cadcd43d3b81 Reviewed-on: https://code.wireshark.org/review/28886 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 08ea223d0b..1aa672693a 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -917,6 +917,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_DPAUXMON */
{ "DisplayPort AUX channel with Unigraf pseudo-header", "dpauxmon" },
+
+ /* WTAP_ENCAP_RUBY_MARSHAL */
+ { "Ruby marshal object", "ruby_marshal" },
};
WS_DLL_LOCAL