Rename struct _epan_dissect_t to epan_dissect.

svn path=/trunk/; revision=53770
This commit is contained in:
Jakub Zawadzki 2013-12-03 22:26:07 +00:00
parent 65db82872c
commit 5afbad4179
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ extern "C" {
#include "register.h"
#include "ws_symbol_export.h"
typedef struct _epan_dissect_t epan_dissect_t;
typedef struct epan_dissect epan_dissect_t;
struct epan_dfilter;

View File

@ -38,7 +38,7 @@ extern "C" {
* as the structures that the epan_dissect_t contains might have pointers
* to addresses in your byte array.
*/
struct _epan_dissect_t {
struct epan_dissect {
struct epan_session *session;
tvbuff_t *tvb;
proto_tree *tree;