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 /Makefile.nmake | |
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 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 6dff3f0b0f..08ed023218 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -102,6 +102,7 @@ DISSECTOR_OBJECTS = \ packet-tcp.obj \ packet-telnet.obj\ packet-tftp.obj \ + packet-time.obj \ packet-tns.obj \ packet-tr.obj \ packet-trmac.obj \ |