diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-29 00:25:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-29 00:25:05 +0000 |
commit | 31158d0d0ecd4fe605bc1675424c06c024acef0c (patch) | |
tree | bdab89baafbaad0af305c789bd9f351a7cf70ab9 /epan/Makefile.common | |
parent | 6472876ab34d2aa016e0b2afa0348d45ce551c86 (diff) | |
download | wireshark-31158d0d0ecd4fe605bc1675424c06c024acef0c.tar.gz wireshark-31158d0d0ecd4fe605bc1675424c06c024acef0c.tar.bz2 wireshark-31158d0d0ecd4fe605bc1675424c06c024acef0c.zip |
Move the request/response header helper routines to the epan directory.
svn path=/trunk/; revision=12129
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r-- | epan/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common index fcc409c07b..4f857b129e 100644 --- a/epan/Makefile.common +++ b/epan/Makefile.common @@ -52,6 +52,7 @@ LIBETHEREAL_SRC = \ prefs.c \ proto.c \ range.c \ + req_resp_hdrs.c \ sha1.c \ sna-utils.c \ strutil.c \ @@ -101,6 +102,7 @@ LIBETHEREAL_INCLUDES = \ proto.h \ range.h \ report_err.h \ + req_resp_hdrs.h \ sha1.h \ slab.h \ sna-utils.h \ @@ -122,7 +124,6 @@ DISSECTOR_SUPPORT_SRC = \ ../ipproto.c \ ../ptvcursor.c \ ../reassemble.c \ - ../req_resp_hdrs.c \ ../t35.c \ ../xmlstub.c |