aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-05-14 23:33:17 +0000
committerGerald Combs <gerald@wireshark.org>2009-05-14 23:33:17 +0000
commit9a72434b1e7e716717d8e813b47ed4dc38950f75 (patch)
treeed252079e0ffc2c70921034aacd3edfbaff9be74 /epan/sminmpec.h
parentbec2875b2b09b03612bcdff46157049a399b5324 (diff)
Add support for process flow records to IPFIX, which required adding
support for vendor-specific IEs. Fix variable-length record handling. Add conversation tracking to the UDP dissector and add process flow information to TCP and UDP conversations. This lets us run process flow collectors on one or more machines and have the process username, PID, command name, etc. show up in the TCP and UDP protocol trees. svn path=/trunk/; revision=28366
Diffstat (limited to 'epan/sminmpec.h')
-rw-r--r--epan/sminmpec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/sminmpec.h b/epan/sminmpec.h
index 0ae64f97a3..6ba20936fb 100644
--- a/epan/sminmpec.h
+++ b/epan/sminmpec.h
@@ -75,7 +75,8 @@
#define VENDOR_THE3GPP 10415
#define VENDOR_GEMTEK_SYSTEMS 10529
#define VENDOR_WIFI_ALLIANCE 14122
-#define VENDOR_T_SYSTEMS_NOVA 16787
+#define VENDOR_T_SYSTEMS_NOVA 16787
+#define VENDOR_CACE 32622
WS_VAR_IMPORT const value_string sminmpec_values[];