From 576b24c96ee4ac4ca7fb9fc116b6e8ce3704227d Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 18 Oct 2012 21:14:43 +0000 Subject: Move ui-independent object export routines to the common ui directory. Implement DICOM, HTTP, and SMB object exports. Rename the GTK+ export files. C++-ize epan/tap.h. Fix an apparent memory leak in eo_save_all_clicked_cb. The Qt dialog has an indeterminate progress bar. I tried adding something similar to the GTK+ dialog but event processing led down a rabbit hole. svn path=/trunk/; revision=45647 --- epan/epan.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'epan/epan.h') diff --git a/epan/epan.h b/epan/epan.h index 24d751e3d1..c668fa0423 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -21,8 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef EPAN_H -#define EPAN_H +#ifndef __EPAN_H__ +#define __EPAN_H__ #ifdef __cplusplus extern "C" { @@ -47,16 +47,16 @@ typedef struct _epan_dissect_t epan_dissect_t; @b Sections: - \ref proto_pub */ -/* +/* Ref 1 Epan -Ethereal Packet ANalyzer (XXX - is this correct?) the packet analyzing engine. Source code can be found in the epan directory. +Ethereal Packet ANalyzer (XXX - is this correct?) the packet analyzing engine. Source code can be found in the epan directory. -Protocol-Tree - Keep data of the capture file protocol information. +Protocol-Tree - Keep data of the capture file protocol information. -Dissectors - The various protocol dissectors in epan/dissectors. +Dissectors - The various protocol dissectors in epan/dissectors. -Plugins - Some of the protocol dissectors are implemented as plugins. Source code can be found at plugins. +Plugins - Some of the protocol dissectors are implemented as plugins. Source code can be found at plugins. Display-Filters - the display filter engine at epan/dfilter @@ -191,4 +191,4 @@ epan_get_runtime_version_info(GString *str); } #endif /* __cplusplus */ -#endif /* EPAN_H */ +#endif /* __EPAN_H__ */ -- cgit v1.2.3