diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-02-09 17:15:59 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-02-09 17:15:59 +0000 |
commit | c08f67198863c9c6e51b5817d2dbcfe8bfb65dbf (patch) | |
tree | cca971677378ae20bf11ffb697dd795f240618de /manuf | |
parent | 41f0a2c5e66cbac7ca04d7b7adff8d19bf0884cf (diff) | |
download | wireshark-c08f67198863c9c6e51b5817d2dbcfe8bfb65dbf.tar.gz wireshark-c08f67198863c9c6e51b5817d2dbcfe8bfb65dbf.tar.bz2 wireshark-c08f67198863c9c6e51b5817d2dbcfe8bfb65dbf.zip |
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
Diffstat (limited to 'manuf')
-rw-r--r-- | manuf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ # # /etc/manuf - Ethernet vendor codes # -# $Id: manuf,v 1.5 2000/01/04 23:42:17 gram Exp $ +# $Id: manuf,v 1.6 2000/02/09 17:15:47 gram Exp $ # # Laurent Deniel <deniel@worldnet.fr> # @@ -140,6 +140,7 @@ 00:90:27 Intel 00:90:b1 Cisco 00:a0:24 3Com +00:a0:57 ELSA 00:aa:00 Intel 00:c0:4f Dell 00:c0:95 Znyx # Network Appliance |