summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-03-14 12:38:52 -0700
committerMichael Mann <mmann78@netscape.net>2014-03-16 03:04:13 +0000
commit4342323c08e210236469e5f4e17dc8175153c5aa (patch)
tree6a88ca2030024b009634ccc3b2a121dd85bad1b8 /wiretap/wtap.c
parentf1996885d2e7bd4c191014a77cd1dcc359697dd9 (diff)
downloadwireshark-4342323c08e210236469e5f4e17dc8175153c5aa.tar.gz
Support to version 3.0 of netscaler packet wire format.
From shekhar.chandra@citrix.com. See bug 9280. Change-Id: If3abbc653bb1f127b151976d4183af4c4f1e71eb Reviewed-on: https://code.wireshark.org/review/658 Reviewed-by: Michael Mann <mmann78@netscape.net>
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 07e5004bd1..8774f35e1f 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -702,6 +702,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_BLUETOOTH_LE_LL_WITH_PHDR */
{ "Bluetooth Low Energy Link Layer RF", "bluetooth-le-ll-rf" },
+
+ /* WTAP_ENCAP_NSTRACE_3_0 */
+ { "NetScaler Encapsulation 3.0 of Ethernet", "nstrace30" },
};
WS_DLL_LOCAL