aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-12-12 05:11:57 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-12-12 05:11:57 +0000
commitd85f804b4b6ced4271ae4ec9b6f46728a4388266 (patch)
tree4d548cd7b4303d140790cc3e012b051e10874c34 /Makefile.am
parentd12309b4d37440aa68770119d7e5cf7b190ab477 (diff)
downloadwireshark-d85f804b4b6ced4271ae4ec9b6f46728a4388266.tar.gz
wireshark-d85f804b4b6ced4271ae4ec9b6f46728a4388266.tar.bz2
wireshark-d85f804b4b6ced4271ae4ec9b6f46728a4388266.zip
Add the who protocol (rwho/rwhod/ruptime)
In packet_hex_print(), compute (bstart + blen) only once. In time_secs_to_str(), return a meaningful string when time == 0, instead of returing pointer to char buffer with old, inappropriate data in it. svn path=/trunk/; revision=1297
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c395a038d1..2580952ed4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.132 1999/12/12 03:05:57 guy Exp $
+# $Id: Makefile.am,v 1.133 1999/12/12 05:11:44 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -147,6 +147,7 @@ DISSECTOR_SOURCES = \
packet-vlan.c \
packet-vrrp.c \
packet-wccp.c\
+ packet-who.c\
packet-x25.c \
packet-yhoo.c \
packet-yhoo.h \