summaryrefslogtreecommitdiff
path: root/epan/tvbparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tvbparse.h')
-rw-r--r--epan/tvbparse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/tvbparse.h b/epan/tvbparse.h
index b2e982f17b..78a300740d 100644
--- a/epan/tvbparse.h
+++ b/epan/tvbparse.h
@@ -294,9 +294,6 @@ void tvbparse_shrink_token_cb(void* tvbparse_data,
-
-
-
/* initialize the parser (at every packet)
* tvb: what are we parsing?
* offset: from where
@@ -313,6 +310,9 @@ tvbparse_t* tvbparse_init(tvbuff_t* tvb,
/* reset the parser */
gboolean tvbparse_reset(tvbparse_t* tt, int offset, int len);
+guint tvbparse_curr_offset(tvbparse_t* tt);
+guint tvbparse_len_left(tvbparse_t* tt);
+
/*
* This ill look for the wanted token at the current offset or after any given
* number of ignored tokens returning NULL if there's no match.