Commit Graph

727 Commits

Author SHA1 Message Date
Jörg Mayer 79d8933408 Update manuf to current IEEE entries.
Remove 00:40:96 from manuf.tmpl (Aironet, Ciron).

svn path=/trunk/; revision=7287
2003-03-05 17:27:20 +00:00
Jörg Mayer 0a152fbadc Update manuf
svn path=/trunk/; revision=7251
2003-03-02 20:46:42 +00:00
Laurent Deniel 1a66f9aec9 Update my email address in various places since my old one no longer works
svn path=/trunk/; revision=7003
2003-01-26 19:35:31 +00:00
Jörg Mayer 9bf634732d Update manuf file to revised format
svn path=/trunk/; revision=6959
2003-01-21 20:25:29 +00:00
Gerald Combs 2a76fc921c Remove an errant space from the name "TippingPoint Technologies, Inc."
svn path=/trunk/; revision=6782
2002-12-12 22:09:19 +00:00
Jörg Mayer 74e583091b Update manuf file
svn path=/trunk/; revision=6728
2002-12-03 00:41:08 +00:00
Jörg Mayer 2eac764526 Created with revised make-manuf
svn path=/trunk/; revision=6663
2002-11-19 09:55:08 +00:00
Jörg Mayer bdf8645b06 Update manuf
svn path=/trunk/; revision=6477
2002-10-23 00:11:08 +00:00
Guy Harris 91ecc404e9 Allow the "manuf" file to contain well-known MAC addresses and address
ranges specified with a mask, as well as manufacturer OUIs.  Match the
address range values, as well as MAC addresses and manufacturer OUIs,
when translating MAC addresses to names.

Have "make-manuf" read a file containing the well-known addresses and
append it to the list of OUIs.

svn path=/trunk/; revision=6233
2002-09-09 19:38:11 +00:00
Jörg Mayer 98754219e2 The url to the IEEE data changed for non-interactive use.
Bring manuf up to date.

svn path=/trunk/; revision=5944
2002-08-03 23:09:24 +00:00
Gerald Combs df166b9d44 Periodic update.
svn path=/trunk/; revision=5041
2002-03-29 01:45:42 +00:00
Gerald Combs 0d0e0d3cf6 manuf: Periodic updates from "make-manuf".
manuf.tmpl: Update 00:B0:D0 as per http://www.ethereal.com/lists/ethereal-cvs/200201/msg00048.html so that make-manuf won't clobber the fix.

svn path=/trunk/; revision=4633
2002-01-30 22:23:32 +00:00
Guy Harris d778d70b03 From M.C. van den Bovenkamp: 00:B0:D0 now belongs to Dell. (The IEEE
OUI listing from

	http://standards.ieee.org/regauth/oui/oui.txt

agrees with that.)

svn path=/trunk/; revision=4501
2002-01-08 20:58:14 +00:00
Gerald Combs f2b009d21e Periodic update.
svn path=/trunk/; revision=4442
2001-12-23 21:18:56 +00:00
Gerald Combs d01ff0c857 Quarterly (or so) update.
svn path=/trunk/; revision=3312
2001-04-17 02:53:49 +00:00
Gilbert Ramirez d6d2a9ccc9 Translate the A-F characters of all OUIs to uppercase before inserting
them into the hash. Without using the same case on all OUIs, some collisions
were not detected (00:00:F6 vs 00:00:f6)

svn path=/trunk/; revision=2707
2000-11-29 04:11:48 +00:00
Gerald Combs 841a0c56d4 Credit Michael Patton and the IEEE in the document header. Add URLs to the
IEEE data (Michael's was already there).

svn path=/trunk/; revision=2701
2000-11-26 19:35:31 +00:00
Gerald Combs 78efde1cef Add make-manuf, a script that:
- Reads our current 'manuf' file header and contents

  - Fetches OUI information from the IEEE and CaveBear

  - Merges the OUI information, with our entries taking precedence, then
    CaveBear's, then the IEEE.

  - Dumps eveything into the 'manuf' file.

svn path=/trunk/; revision=2700
2000-11-23 18:22:00 +00:00
Gerald Combs adaefea44d Added a passel-o-codes from Gaetan Soltesz <gaetan@cisco.com>
svn path=/trunk/; revision=2067
2000-06-14 19:53:37 +00:00
Gilbert Ramirez ca71c851dd Add ID for Lucent, and sort lines.
svn path=/trunk/; revision=1762
2000-03-29 16:55:08 +00:00
Gilbert Ramirez a2ab3f8c5a Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patches
to add Axis ethernet vendor ID, use libtoolize in autogen.sh, and
provide the very dangerous option of installing ethereal setuid.

I've added a "DANGEROUS" comment to the description of the
--enable-setuid-install option which displays in "./configure --help".

Removed generated files tha old libltdl/.cvsignore brought to my
attention by Peter.

svn path=/trunk/; revision=1616
2000-02-11 03:17:58 +00:00
Gilbert Ramirez c08f671988 Dietmar Petras provided:
* fix a bug in packet-tftp.c dissecting TFTP Option Acknowledgement
  packets. The is no Block-Id in TFTP Option Acknowledgements, as it is
  in TFTP Acknowledgements.
* Extension of manuf by ethernet addresses from ELSA (my company), a german
  vendor of ISDN routers, cable modems, etc.
* New dissector for Time Protocol [RFC 0868]. That protocol works on port
  37 of UDP and TCP. The implementation in this patch only dissects the
  more usual UDP version. It could print the time in a more fashion way,
  but thats for a later version.

svn path=/trunk/; revision=1609
2000-02-09 17:15:59 +00:00
Gilbert Ramirez bf8acda1de Add VMware's vendor ID to manufacturer list.
svn path=/trunk/; revision=1419
2000-01-04 23:42:17 +00:00
Guy Harris 75ec987064 Patch from Greg Kilfoyle to add some additional manufacturers.
svn path=/trunk/; revision=1376
1999-12-23 21:13:32 +00:00
Guy Harris 7d32471648 Jamie Coe's update to add D-link's OUI.
svn path=/trunk/; revision=1265
1999-12-09 20:52:54 +00:00
Laurent Deniel 385699d431 *** empty log message ***
svn path=/trunk/; revision=30
1998-09-27 07:13:29 +00:00
Gerald Combs 3da04dd983 * Ethernet manufacturer support (Laurent)
* PPP fixes (Gerald)
* Null/loopback interface support (Gerald)

svn path=/trunk/; revision=25
1998-09-25 23:24:07 +00:00