aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 17:15:59 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 17:15:59 +0000
commitc08f67198863c9c6e51b5817d2dbcfe8bfb65dbf (patch)
treecca971677378ae20bf11ffb697dd795f240618de /AUTHORS
parent41f0a2c5e66cbac7ca04d7b7adff8d19bf0884cf (diff)
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 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9f31f03b09..2bf3222f07 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -243,6 +243,10 @@ Ed Meaney <emeaney@altiga.com> {
Win32 support
}
+Dietmar Petras <DPetras@ELSA.de> {
+ Time protocol support
+}
+
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.