diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2007-09-19 18:57:09 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2007-09-19 18:57:09 +0000 |
commit | 816b438354d9a8e9cf5996b891adf44c2902fc60 (patch) | |
tree | b860b2281360fa78363d887487e04231c42f3675 /plugins | |
parent | 9ffd06d2b0f25677619011b7d90c09be4da3798d (diff) | |
download | wireshark-816b438354d9a8e9cf5996b891adf44c2902fc60.tar.gz wireshark-816b438354d9a8e9cf5996b891adf44c2902fc60.tar.bz2 wireshark-816b438354d9a8e9cf5996b891adf44c2902fc60.zip |
From Don Newton:
Added phone type using Nortel branded Polycom unistim conference phone.
svn path=/trunk/; revision=22910
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/unistim/basic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/unistim/basic.h b/plugins/unistim/basic.h index 4288280b2d..d7427d3ebb 100644 --- a/plugins/unistim/basic.h +++ b/plugins/unistim/basic.h @@ -52,6 +52,7 @@ static int hf_basic_ether_address=-1; static const value_string it_types[]={ {0x02,"i2004"}, {0x03,"i2002 Basic Etherset"}, + {0x04,"Nortel Conference phone 2033 (polycom)"}, {0x10,"Juniper 7308"}, {0x11,"i2050 Softphone"}, {0x30,"Meridian M6350"}, |