aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
AgeCommit message (Expand)AuthorFilesLines
2005-01-07Doxygen cleanups, from Mike Duigou.guy1-47/+58
2004-12-30Add a "tvb_bytes_to_str_punct()" routine, which wrapsguy1-0/+8
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-05From Jerry Talkington:obiot1-1/+8
2004-03-23Use "tvb_format_text()" to display strings, so we handle non-printableguy1-1/+7
2004-02-19Constify a bunch of stuff.guy1-2/+2
2004-02-01Make "tvb_strneql()" take a "gchar *" rather than a "guint8 *" as theguy1-2/+2
2004-02-01packet-dcerpc-afs4int.cjmayer1-2/+2
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.jmayer1-2/+2
2003-12-03performance updatesahlberg1-2/+5
2003-12-02Move the definition of the tvbuff_t structure and friends to tvbuff.hsahlberg1-6/+68
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-1/+8
2003-06-12Add new routines:guy1-1/+21
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Badgerald1-1/+3
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald1-6/+6
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,guy1-1/+8
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-4/+14
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyguy1-3/+7
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnguy1-2/+2
2002-04-24Use "gfloat" and "gdouble", rather than "float" and "double", as theguy1-5/+5
2002-04-12Add (untested) routines to fetch IEEE single-precision andguy1-1/+5
2002-03-06tvb_get_nstringz() needs to terminate a string with a NUL if thegram1-1/+8
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-3/+3
2002-02-01Provide tvb_ensure_length_remaining(), which is likegram1-1/+4
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callguy1-9/+2
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-5/+2
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-31Put "extern" in front of a pile of function declarations.guy1-53/+61
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theguy1-7/+1
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,gram1-3/+3
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.guy1-3/+15
2001-05-27Fix a comment, and update Gerald's e-mail address.guy1-3/+3
2001-03-23Changes required to support multiple named data sources.jfoster1-2/+4
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2000-12-27Tvbuffify the RIP and OSPF dissectors.guy1-2/+8
2000-12-25Add a new "tvb_strsize()" routine, which finds the size of aguy1-1/+8
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-1/+9
2000-11-14Add tvb_set_child_real_data_tvbuff(), which allows you to tell thegram1-2/+13
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy1-1/+7
2000-11-11Make the string-to-compare-with arguments to "tvb_strneql()" andguy1-3/+3
2000-11-10Allow "tvb_find_guint8()", "tvb_pbrk_guint8()", and "tvb_strnlen()" toguy1-8/+15
2000-11-10Tvbuffify the SAP and SDP dissectors.guy1-1/+29
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.guy1-1/+15
2000-09-27First step in moving core Ethereal routines to libepan.gram1-0/+290