aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sminmpec.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-20[Automatic manuf, services and enterprise-numbers update for 2014-07-20]Gerald Combs1-6/+53
Change-Id: Idba0c6dc0329be1ad41e3c38139c9ed69b4e45e5 Reviewed-on: https://code.wireshark.org/review/3131 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-07-13[Automatic manuf, services and enterprise-numbers update for 2014-07-13]Gerald Combs1-2/+35
Change-Id: I2aa66d261040f9f3e86103c820c914c371a70d1f Reviewed-on: https://code.wireshark.org/review/3031 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-07-06[Automatic manuf, services and enterprise-numbers update for 2014-07-06]Gerald Combs1-1/+51
Change-Id: Idc1a85851a01b5b675465b659871cdf750845ace Reviewed-on: https://code.wireshark.org/review/2890 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-29[Automatic manuf, services and enterprise-numbers update for 2014-06-29]Gerald Combs1-4/+37
Change-Id: Ife61b2e2c53f1faba34940035ac84a2b5ced3b71 Reviewed-on: https://code.wireshark.org/review/2696 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-22[Automatic manuf, services and enterprise-numbers update for 2014-06-22]Gerald Combs1-3/+38
Change-Id: Idb1ac02fe97a2d6b3603467d482a9a9040843704 Reviewed-on: https://code.wireshark.org/review/2543 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-15[Automatic manuf, services and enterprise-numbers update for 2014-06-15]Gerald Combs1-1/+23
Change-Id: Idb28b18adc99e7ba5cd1a3995986774d75ddb3aa Reviewed-on: https://code.wireshark.org/review/2227 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-08[Automatic manuf, services and enterprise-numbers update for 2014-06-08]Gerald Combs1-1/+61
Change-Id: I28963e69c7bd6bdca031635e3e59a8060f52bd3b Reviewed-on: https://code.wireshark.org/review/2036 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-06-01[Automatic manuf, services and enterprise-numbers update for 2014-06-01]Gerald Combs1-1/+21
Change-Id: I5119b81cbb4457a1085219ba2a702c9abee2d0b3 Reviewed-on: https://code.wireshark.org/review/1907 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-05-25[Automatic manuf, services and enterprise-numbers update for 2014-05-25]Gerald Combs1-1/+37
Change-Id: Iec70af09a92ed92fdee6f2a34846d64e62ee075a Reviewed-on: https://code.wireshark.org/review/1789 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-05-18[Automatic manuf, services and enterprise-numbers update for 2014-05-18]Gerald Combs1-4/+35
Change-Id: Ia3d139ee0f02588ccc8aa1c83768ae51bd832d15 Reviewed-on: https://code.wireshark.org/review/1679 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-05-11[Automatic manuf, services and enterprise-numbers update for 2014-05-11]Gerald Combs1-5/+51
Change-Id: I877ce2410f90860e9da2144748f51b111235393f Reviewed-on: https://code.wireshark.org/review/1589 Reviewed-by: Evan Huus <eapache@gmail.com>
2014-05-09Be less aggressive about rebuilding sminmpec.c.Gerald Combs1-0/+43707
Instead of forcing developers to generate sminmpec.c (which will have different results depending on the presence or absence of a working Internet connection) add sminmpec.c back to the repository. I'll add it to the weekly update-numbers script so that it will be updated at the same time as manuf, services, enterprise-numbers, and usb.c. Change the Autotools, CMake, and Nmake sminmpec.c target name to "update-sminmpec". Remove the mtime check from make-sminmpec.pl. Update enterprise-numbers and sminmpec.c while we're here. Tested with an in-tree Autotools build and an out-of-tree CMake build. Change-Id: Iecc332ce2731e3e98ab0205a56c78807e599a026 Reviewed-on: https://code.wireshark.org/review/1516 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2005-07-24Autogenerate the sminmpec.c file from iana's enterprise-numbers fileLuis Ontanon1-87/+0
svn path=/trunk/; revision=15033
2005-06-16Add some more vendorsAnders Broman1-14/+17
svn path=/trunk/; revision=14672
2005-06-14Add Vendor ID of T-Mobile and T-Systems Nova International GmbH.Anders Broman1-0/+2
svn path=/trunk/; revision=14628
2005-03-07From Florian Lohoff:Luis Ontanon1-1/+2
Add Netscreen vendor specific attributes svn path=/trunk/; revision=13650
2005-01-09From Deepak Jain: L2TP v3 (draft 15) support.Guy Harris1-4/+4
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-3/+3
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/+78
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