Just call it a tvbuff, with no underscore.

svn path=/trunk/; revision=51405
This commit is contained in:
Guy Harris 2013-08-17 18:22:50 +00:00
parent a8766fb356
commit ae50596f8a
1 changed files with 1 additions and 1 deletions

View File

@ -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)