aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-08-17 18:22:50 +0000
committerGuy Harris <guy@alum.mit.edu>2013-08-17 18:22:50 +0000
commitae50596f8aeb4f930195c5de01b8b6c1d11eac42 (patch)
treefa07470507a83144725a0142d8a808614be8b502 /epan/packet.h
parenta8766fb35676badaea559c826646202110271e6f (diff)
Just call it a tvbuff, with no underscore.
svn path=/trunk/; revision=51405
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index fad7a27d79..bb71578233 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -118,7 +118,7 @@ typedef int (*new_dissector_t)(tvbuff_t *, packet_info *, proto_tree *, void *);
/** Type of a heuristic dissector, used in heur_dissector_add().
*
- * @param tvb the tv_buff with the (remaining) packet data
+ * @param tvb the tvbuff with the (remaining) packet data
* @param pinfo the packet info of this packet (additional info)
* @param tree the protocol tree to be build or NULL
* @return TRUE if the packet was recognized by the sub-dissector (stop dissection here)