summaryrefslogtreecommitdiff
path: root/epan/tvbparse.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-13 22:20:25 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-13 22:20:25 +0000
commitc9778167eadaaa4392cbb34509a3f8234b8d467f (patch)
treeff40c45bd2a048c2302e36d7f113da448e1960e8 /epan/tvbparse.c
parent1f1887f47e38e7df162a8250055e8391bfff93fe (diff)
downloadwireshark-c9778167eadaaa4392cbb34509a3f8234b8d467f.tar.gz
#if 0 out unused routines claimed to be "untested" and #if 0'ed out in
epan/tvparse.h, and static routines used by that code. svn path=/trunk/; revision=54727
Diffstat (limited to 'epan/tvbparse.c')
-rw-r--r--epan/tvbparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbparse.c b/epan/tvbparse.c
index 2084377130..22db47fec3 100644
--- a/epan/tvbparse.c
+++ b/epan/tvbparse.c
@@ -755,6 +755,7 @@ tvbparse_wanted_t* tvbparse_some(const int id,
}
+#if 0
static int cond_until(tvbparse_t* tt, const int offset, const tvbparse_wanted_t * wanted, tvbparse_elem_t** tok) {
tvbparse_elem_t* new_elem = NULL;
int len = 0;
@@ -873,7 +874,6 @@ tvbparse_wanted_t* tvbparse_end_of_buffer(const int id,
}
-#if 0
/* these extract binary values */
static int cond_ft(tvbparse_t* tt, int offset, const tvbparse_wanted_t * wanted, tvbparse_elem_t** tok) {