diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-01-31 03:03:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-01-31 03:03:02 +0000 |
commit | 467ece892059feb59e4105ef96237b80c6407102 (patch) | |
tree | 7a81e8d3bad5ef66825dcd1fcf5f0a38c21d0131 /wiretap/wtap.c | |
parent | e2089f3d82967dd087f35d6779d80abdc2d73757 (diff) | |
download | wireshark-467ece892059feb59e4105ef96237b80c6407102.tar.gz wireshark-467ece892059feb59e4105ef96237b80c6407102.tar.bz2 wireshark-467ece892059feb59e4105ef96237b80c6407102.zip |
From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.
svn path=/trunk/; revision=13212
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r-- | wiretap/wtap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c index c203d28687..e5a1c0dcb5 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -266,6 +266,9 @@ static const struct encap_type_info { /* WTAP_ENCAP_JUNIPER_ATM2 */ { "Juniper ATM2", "juniper-atm2" }, + + /* WTAP_ENCAP_REDBACK */ + { "Redback SmartEdge", "redback" }, }; /* Name that should be somewhat descriptive. */ |