aboutsummaryrefslogtreecommitdiffstats
path: root/epan/diam_dict.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-07-17 22:19:54 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-07-17 22:19:54 +0000
commite27b40f589b994f81848db86b9d868d58302b512 (patch)
tree3b4fe91bc13794ed90ad6fc882dc497f9d09db89 /epan/diam_dict.h
parent776820f3fbd1cb47904ba00436c8eecdc6ebc8bf (diff)
Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARSER and WIRESHARK_DUMP_DIAM_DICT) and fix some issues pointed out by Martin
svn path=/trunk/; revision=22345
Diffstat (limited to 'epan/diam_dict.h')
-rw-r--r--epan/diam_dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/diam_dict.h b/epan/diam_dict.h
index 8e49bd9b26..a6b16c9022 100644
--- a/epan/diam_dict.h
+++ b/epan/diam_dict.h
@@ -75,7 +75,7 @@ typedef struct _ddict_t {
} ddict_t;
extern void ddict_print(FILE* fh, ddict_t* d);
-extern ddict_t* ddict_scan(const char* directory, const char* filename);
+extern ddict_t* ddict_scan(const char* directory, const char* filename, int dbg);
extern void ddict_free(ddict_t* d);
#endif