diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-12-23 02:29:11 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-12-23 02:29:11 +0000 |
commit | 75d6b95de1778ddcb3e8d183562ef439a865c6e5 (patch) | |
tree | cdc154f07a7436b3bf4746356664d104800adad8 /Makefile.am | |
parent | f75e257cbd0475c54d2e744b1ed577e73771176f (diff) | |
download | wireshark-75d6b95de1778ddcb3e8d183562ef439a865c6e5.tar.gz wireshark-75d6b95de1778ddcb3e8d183562ef439a865c6e5.tar.bz2 wireshark-75d6b95de1778ddcb3e8d183562ef439a865c6e5.zip |
Not all headers in HTTP, RTSP, SIP, etc. are entity headers; rename some
files, routines, data structures, etc..
svn path=/trunk/; revision=9428
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index bd5ee9ac6f..adec046084 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.677 2003/12/22 00:57:33 guy Exp $ +# $Id: Makefile.am,v 1.678 2003/12/23 02:29:11 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -840,11 +840,11 @@ ETHEREAL_COMMON_SRC = \ reassemble.c \ reassemble.h \ register.h \ + req_resp_hdrs.c \ + req_resp_hdrs.h \ ringbuffer.c \ ringbuffer.h \ rpc_defrag.h \ - rreh.c \ - rreh.h \ rtp_pt.h \ sctpppids.h \ smb.h \ |