Commit graph

118 commits

Author SHA1 Message Date
Gerald Combs
f174370ddb [Automatic manuf, services and enterprise-numbers update for 2014-06-29]
Change-Id: Ife61b2e2c53f1faba34940035ac84a2b5ced3b71
Reviewed-on: https://code.wireshark.org/review/2696
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-29 15:04:56 +00:00
Gerald Combs
b587740034 [Automatic manuf, services and enterprise-numbers update for 2014-06-22]
Change-Id: Idb1ac02fe97a2d6b3603467d482a9a9040843704
Reviewed-on: https://code.wireshark.org/review/2543
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-22 15:04:41 +00:00
Gerald Combs
3081fe05b1 [Automatic manuf, services and enterprise-numbers update for 2014-06-15]
Change-Id: Idb28b18adc99e7ba5cd1a3995986774d75ddb3aa
Reviewed-on: https://code.wireshark.org/review/2227
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-15 15:04:40 +00:00
Gerald Combs
fc3a804f36 [Automatic manuf, services and enterprise-numbers update for 2014-06-08]
Change-Id: I28963e69c7bd6bdca031635e3e59a8060f52bd3b
Reviewed-on: https://code.wireshark.org/review/2036
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-06-08 15:45:25 +00:00
Gerald Combs
48440acc33 [Automatic manuf, services and enterprise-numbers update for 2014-06-01]
Change-Id: I5119b81cbb4457a1085219ba2a702c9abee2d0b3
Reviewed-on: https://code.wireshark.org/review/1907
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-06-01 21:18:36 +00:00
Gerald Combs
ff2061ac0a [Automatic manuf, services and enterprise-numbers update for 2014-05-25]
Change-Id: Iec70af09a92ed92fdee6f2a34846d64e62ee075a
Reviewed-on: https://code.wireshark.org/review/1789
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-05-25 15:24:55 +00:00
Gerald Combs
9705c9bc60 [Automatic manuf, services and enterprise-numbers update for 2014-05-18]
Change-Id: Ia3d139ee0f02588ccc8aa1c83768ae51bd832d15
Reviewed-on: https://code.wireshark.org/review/1679
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-05-18 16:18:50 +00:00
Gerald Combs
2f023ea2ed [Automatic manuf, services and enterprise-numbers update for 2014-05-11]
Change-Id: I877ce2410f90860e9da2144748f51b111235393f
Reviewed-on: https://code.wireshark.org/review/1589
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-05-11 15:35:29 +00:00
Gerald Combs
3f247a5cee Be less aggressive about rebuilding sminmpec.c.
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>
2014-05-09 09:03:24 +00:00
Luis Ontanon
05c7ac167e Autogenerate the sminmpec.c file from iana's enterprise-numbers file
svn path=/trunk/; revision=15033
2005-07-24 03:36:21 +00:00
Anders Broman
5cea18c3e2 Add some more vendors
svn path=/trunk/; revision=14672
2005-06-16 22:06:12 +00:00
Anders Broman
3e85231160 Add Vendor ID of T-Mobile and T-Systems Nova International GmbH.
svn path=/trunk/; revision=14628
2005-06-14 21:45:29 +00:00
Luis Ontanon
8b481b2ab9 From Florian Lohoff:
Add Netscreen vendor specific attributes


svn path=/trunk/; revision=13650
2005-03-07 11:35:52 +00:00
Guy Harris
7b49d981ae From Deepak Jain: L2TP v3 (draft 15) support.
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
2005-01-09 21:42:39 +00:00
Anders Broman
bfe94108dd Change "Ericsson" string
svn path=/trunk/; revision=12594
2004-11-24 12:23:26 +00:00
Gerald Combs
cb6193c1e9 Add support for the PacketCable Event Message Specification
(PKT-SP-EM-I09-040402).  Code contributed by CableLabs.


svn path=/trunk/; revision=12195
2004-10-04 20:13:35 +00:00
Guy Harris
8d24ff694a From Kestutis Kupciunas: add new vendor enterprise codes for Gemtek
Systems and the Wi-Fi Alliance, and add Radius vendor-specific
attributes for them.

svn path=/trunk/; revision=12164
2004-10-01 07:01:53 +00:00
Guy Harris
915ebf2ca3 Move the #defines for SMI Network Management Private Enterprise Codes
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
2004-09-30 20:27:47 +00:00