Sanitize epan includes

svn path=/trunk/; revision=29502
This commit is contained in:
Kovarththanan Rajaratnam 2009-08-21 20:51:13 +00:00
parent 66afe84075
commit 2046b144d9
10 changed files with 22 additions and 22 deletions

View File

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

View File

@ -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" },

View File

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

View File

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

View File

@ -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[];

View File

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

View File

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

View File

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

View File

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

View File

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