Don't give tvbuffs names; instead, give data sources names, where a
[obnox/wireshark/wip.git] / epan / tvbuff.h
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-01 gramProvide tvb_ensure_length_remaining(), which is like
2001-11-20 guyGet rid of "tvb_compat()"; it's no longer needed (the...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-31 guyPut "extern" in front of a pile of function declarations.
2001-10-29 guyStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-26 gramFix some signed/unsigned comparison warnings. In the...
2001-07-02 guyTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-05-27 guyFix a comment, and update Gerald's e-mail address.
2001-03-23 jfosterChanges required to support multiple named data sources.
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2000-12-27 guyTvbuffify the RIP and OSPF dissectors.
2000-12-25 guyAdd a new "tvb_strsize()" routine, which finds the...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-14 gramAdd tvb_set_child_real_data_tvbuff(), which allows...
2000-11-13 guyMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-11 guyMake the string-to-compare-with arguments to "tvb_strne...
2000-11-10 guyAllow "tvb_find_guint8()", "tvb_pbrk_guint8()", and...
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-09 guyTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.