Move the request/response header helper routines to the epan directory.

svn path=/trunk/; revision=12129
This commit is contained in:
Guy Harris 2004-09-29 00:25:05 +00:00
parent 6472876ab3
commit 31158d0d0e
6 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,6 @@ DISSECTOR_SUPPORT_INCLUDES = \
prefs-int.h \
ptvcursor.h \
reassemble.h \
req_resp_hdrs.h \
rpc_defrag.h \
rtp_pt.h \
sctpppids.h \

View File

@ -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

View File

@ -42,7 +42,7 @@
#include <epan/strutil.h>
#include <epan/base64.h>
#include "req_resp_hdrs.h"
#include <epan/req_resp_hdrs.h>
#include "packet-http.h"
#include <epan/prefs.h>

View File

@ -39,7 +39,7 @@
#include <glib.h>
#include <epan/packet.h>
#include "req_resp_hdrs.h"
#include <epan/req_resp_hdrs.h>
#include "packet-rtp.h"
#include "packet-rtcp.h"
#include <epan/conversation.h>

View File

@ -32,7 +32,7 @@
#include <epan/strutil.h>
#include <string.h>
#include "req_resp_hdrs.h"
#include <epan/req_resp_hdrs.h>
/*
* Optionally do reassembly of the request/response line, headers, and body.