aboutsummaryrefslogtreecommitdiffstats
path: root/manuf
AgeCommit message (Collapse)AuthorFilesLines
2000-11-29Translate the A-F characters of all OUIs to uppercase before insertingGilbert Ramirez1-167/+64
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-26Credit Michael Patton and the IEEE in the document header. Add URLs to theGerald Combs1-2/+17
IEEE data (Michael's was already there). svn path=/trunk/; revision=2701
2000-11-23Add make-manuf, a script that:Gerald Combs1-6/+4414
- 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-06-14Added a passel-o-codes from Gaetan Soltesz <gaetan@cisco.com>Gerald Combs1-1/+10
svn path=/trunk/; revision=2067
2000-03-29Add ID for Lucent, and sort lines.Gilbert Ramirez1-4/+5
svn path=/trunk/; revision=1762
2000-02-11Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patchesGilbert Ramirez1-1/+2
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-09Dietmar Petras provided:Gilbert Ramirez1-1/+2
* 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-01-04Add VMware's vendor ID to manufacturer list.Gilbert Ramirez1-1/+2
svn path=/trunk/; revision=1419
1999-12-23Patch from Greg Kilfoyle to add some additional manufacturers.Guy Harris1-1/+8
svn path=/trunk/; revision=1376
1999-12-09Jamie Coe's update to add D-link's OUI.Guy Harris1-1/+2
svn path=/trunk/; revision=1265
1998-09-27*** empty log message ***Laurent Deniel1-1/+3
svn path=/trunk/; revision=30
1998-09-25* Ethernet manufacturer support (Laurent)Gerald Combs1-0/+185
* PPP fixes (Gerald) * Null/loopback interface support (Gerald) svn path=/trunk/; revision=25