aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21Add VENDOR_ERICSSON_PKT_COREAnders Broman1-0/+1
svn path=/trunk/; revision=41103
2012-01-21#define VENDOR_AT_AND_T 74Anders Broman1-37/+38
svn path=/trunk/; revision=40636
2010-12-07From Andrew Feren via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5377 :Jeff Morriss1-1/+3
Add a bunch of NetFlow/IPFIX extensions from Plixer and ntop. A little cleanup as well. From me: remove duplicate blurbs. svn path=/trunk/; revision=35142
2010-09-23(Trivial) Whitespace cleanup.Bill Meier1-10/+10
svn path=/trunk/; revision=34217
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
Also: packet-nhrp.c: #include sminmpec.h not req'd; svn path=/trunk/; revision=34143
2010-02-10Define VENDOR_VERIZON in sminmpec.hAnders Broman1-8/+9
svn path=/trunk/; revision=31853
2009-05-14Add support for process flow records to IPFIX, which required addingGerald Combs1-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. svn path=/trunk/; revision=28366
2007-02-05From Boris MisenovLuis Ontanon1-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. svn path=/trunk/; revision=20720
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-06-16Add some more vendorsAnders Broman1-2/+5
svn path=/trunk/; revision=14672
2005-06-14Add Vendor ID of T-Mobile and T-Systems Nova International GmbH.Anders Broman1-0/+3
svn path=/trunk/; revision=14628
2005-03-07From Florian Lohoff:Luis Ontanon1-0/+1
Add Netscreen vendor specific attributes svn path=/trunk/; revision=13650
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.Guy Harris1-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. svn path=/trunk/; revision=12999
2004-11-24Change "Ericsson" string Anders Broman1-2/+2
svn path=/trunk/; revision=12594
2004-10-04Add support for the PacketCable Event Message SpecificationGerald Combs1-0/+1
(PKT-SP-EM-I09-040402). Code contributed by CableLabs. svn path=/trunk/; revision=12195
2004-10-01From Kestutis Kupciunas: add new vendor enterprise codes for GemtekGuy Harris1-0/+2
Systems and the Wi-Fi Alliance, and add Radius vendor-specific attributes for them. svn path=/trunk/; revision=12164
2004-09-30Move the #defines for SMI Network Management Private Enterprise CodesGuy Harris1-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. svn path=/trunk/; revision=12159