aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-07From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5377 :morriss1-1/+3
Add a bunch of NetFlow/IPFIX extensions from Plixer and ntop. A little cleanup as well. From me: remove duplicate blurbs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35142 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23(Trivial) Whitespace cleanup.wmeier1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34217 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
Also: packet-nhrp.c: #include sminmpec.h not req'd; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34143 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-10Define VENDOR_VERIZON in sminmpec.hetxrab1-8/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31853 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-14Add support for process flow records to IPFIX, which required addinggerald1-1/+2
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28366 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-05From Boris Misenovlego1-1/+1
sminmpec_values array is marked as just "export" instead of "WS_VAR_IMPORT" in epan/sminmpec.h. This prevents its using in Windows builds of plugins directly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20720 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-16Add some more vendorsetxrab1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14672 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-14Add Vendor ID of T-Mobile and T-Systems Nova International GmbH.etxrab1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14628 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-07From Florian Lohoff:lego1-0/+1
Add Netscreen vendor specific attributes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13650 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.guy1-1/+2
Add VENDOR_IETF to <epan/sminmpec.h>, and add an entry for it to sminmpec_values[], so that the L2TP dissector can use them rather than defining its own copy of the private enterprise number values and table - and make it do so. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12999 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-24Change "Ericsson" string etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12594 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-04Add support for the PacketCable Event Message Specificationgerald1-0/+1
(PKT-SP-EM-I09-040402). Code contributed by CableLabs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12195 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-01From Kestutis Kupciunas: add new vendor enterprise codes for Gemtekguy1-0/+2
Systems and the Wi-Fi Alliance, and add Radius vendor-specific attributes for them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12164 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-30Move the #defines for SMI Network Management Private Enterprise Codesguy1-0/+72
for organizations to an <epan/sminmpec.h> header, and add in the ones that were used (without #defines) in the Diameter dissector. Merge the value_string tables for them from the Diameter and Radius dissectors into epan/sminmpec.c and merge them. Use that value_string table in the Diameter and Radius dissectors. Constify some stuff in the Diameter dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12159 f5534014-38df-0310-8fa8-9805f1628bb7