summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:51:13 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-21 20:51:13 +0000
commit2046b144d9c02dea31f53230b217e24551799ab5 (patch)
treed6c01dfb0de9406c53878cf6f7b891c0dff48892 /epan
parent66afe840750a022fdffdd4b607fcaa3d08d36809 (diff)
downloadwireshark-2046b144d9c02dea31f53230b217e24551799ab5.tar.gz
Sanitize epan includes
svn path=/trunk/; revision=29502
Diffstat (limited to 'epan')
-rw-r--r--epan/base64.h2
-rw-r--r--epan/camel-persistentdata.c10
-rw-r--r--epan/codecs.h2
-rw-r--r--epan/rtp_pt.h2
-rw-r--r--epan/t35.h2
-rw-r--r--epan/tap.c4
-rw-r--r--epan/tap.h2
-rw-r--r--epan/tcap-persistentdata.c12
-rw-r--r--epan/tcap-persistentdata.h6
-rw-r--r--epan/to_str.h2
10 files changed, 22 insertions, 22 deletions
diff --git a/epan/base64.h b/epan/base64.h
index 2235237415..ef68eb4f63 100644
--- a/epan/base64.h
+++ b/epan/base64.h
@@ -28,7 +28,7 @@
extern "C" {
#endif /* __cplusplus */
-#include "epan/tvbuff.h"
+#include <epan/tvbuff.h>
/* In-place decoding of a base64 string. */
size_t epan_base64_decode(char *s);
diff --git a/epan/camel-persistentdata.c b/epan/camel-persistentdata.c
index 3e87a26f96..315700f274 100644
--- a/epan/camel-persistentdata.c
+++ b/epan/camel-persistentdata.c
@@ -34,12 +34,12 @@
#include <string.h>
#include <epan/emem.h>
-#include "epan/packet.h"
-#include "epan/tap.h"
+#include <epan/packet.h>
+#include <epan/tap.h>
#include <epan/asn1.h>
-#include "epan/camel-persistentdata.h"
-#include "epan/dissectors/packet-tcap.h"
-#include "epan/dissectors/packet-mtp3.h"
+#include <epan/camel-persistentdata.h>
+#include <epan/dissectors/packet-tcap.h>
+#include <epan/dissectors/packet-mtp3.h>
const value_string camelSRTtype_naming[]= {
{ CAMELSRT_SESSION, "TCAP_Session" },
diff --git a/epan/codecs.h b/epan/codecs.h
index de5d02c1be..ff03e8ab2b 100644
--- a/epan/codecs.h
+++ b/epan/codecs.h
@@ -25,7 +25,7 @@
#ifndef _CODECS_H_
#define _CODECS_H_
-#include "epan/epan.h"
+#include <epan/epan.h>
struct codec_handle;
typedef struct codec_handle *codec_handle_t;
diff --git a/epan/rtp_pt.h b/epan/rtp_pt.h
index e7c05a9103..9f185046fd 100644
--- a/epan/rtp_pt.h
+++ b/epan/rtp_pt.h
@@ -25,7 +25,7 @@
#ifndef __RTP_PT_H__
#define __RTP_PT_H__
-#include "epan/value_string.h"
+#include <epan/value_string.h>
/*
* RTP Payload types
diff --git a/epan/t35.h b/epan/t35.h
index 45f727e859..67fec1669f 100644
--- a/epan/t35.h
+++ b/epan/t35.h
@@ -26,7 +26,7 @@
#ifndef __T35_H__
#define __T35_H__
-#include "epan/value_string.h"
+#include <epan/value_string.h>
extern const value_string T35CountryCode_vals[];
extern const value_string T35Extension_vals[];
diff --git a/epan/tap.c b/epan/tap.c
index acab1fd5d3..efbf9ddbc4 100644
--- a/epan/tap.c
+++ b/epan/tap.c
@@ -37,8 +37,8 @@
#endif
#include <string.h>
-#include "epan/packet_info.h"
-#include "epan/dfilter/dfilter.h"
+#include <epan/packet_info.h>
+#include <epan/dfilter/dfilter.h>
#include <epan/tap.h>
static gboolean tapping_is_active=FALSE;
diff --git a/epan/tap.h b/epan/tap.h
index 9bc66949e4..942caed775 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -25,7 +25,7 @@
#ifndef _TAP_H_
#define _TAP_H_
-#include "epan/epan.h"
+#include <epan/epan.h>
typedef void (*tap_reset_cb)(void *tapdata);
typedef gboolean (*tap_packet_cb)(void *tapdata, packet_info *pinfo, epan_dissect_t *edt, const void *data);
diff --git a/epan/tcap-persistentdata.c b/epan/tcap-persistentdata.c
index 46f2dd3de3..81db9e2d27 100644
--- a/epan/tcap-persistentdata.c
+++ b/epan/tcap-persistentdata.c
@@ -33,12 +33,12 @@
#include <stdio.h>
#include <string.h>
-#include "epan/emem.h"
-#include "epan/packet.h"
-#include "epan/asn1.h"
-#include "epan/tcap-persistentdata.h"
-#include "epan/dissectors/packet-tcap.h"
-#include "epan/dissectors/packet-mtp3.h"
+#include <epan/emem.h>
+#include <epan/packet.h>
+#include <epan/asn1.h>
+#include <epan/tcap-persistentdata.h>
+#include <epan/dissectors/packet-tcap.h>
+#include <epan/dissectors/packet-mtp3.h>
static gint tcaphash_context_equal(gconstpointer k1, gconstpointer k2);
static guint tcaphash_context_calchash(gconstpointer k);
diff --git a/epan/tcap-persistentdata.h b/epan/tcap-persistentdata.h
index 9136bf8f74..2b244dad65 100644
--- a/epan/tcap-persistentdata.h
+++ b/epan/tcap-persistentdata.h
@@ -28,9 +28,9 @@
#ifndef __tcapsrt_HASH__
#define __tcapsrt_HASH__
-#include "epan/packet.h"
-#include "epan/conversation.h"
-#include "epan/dissectors/packet-tcap.h"
+#include <epan/packet.h>
+#include <epan/conversation.h>
+#include <epan/dissectors/packet-tcap.h>
#define LENGTH_OID 16
struct tcaphash_context_t {
diff --git a/epan/to_str.h b/epan/to_str.h
index 9b054c801d..29f9d4b6b7 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -28,7 +28,7 @@
#include <glib.h>
#include "nstime.h"
-#include "epan/packet_info.h"
+#include <epan/packet_info.h>
#define GUID_STR_LEN 37
#define MAX_IP_STR_LEN 16