Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit
[obnox/wireshark/wip.git] / epan / tvbuff.c
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-08-02 guyMost developers have only 10 fingers, not 16. :-)
2004-08-02 obiotFrom Kelly Byrd: fix tvb_uncompress() for GZIP encoded...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-10 obiotFrom Jerry Talkington: speed up tvb_uncompress() by...
2004-05-07 obiotMemory management of tvb_uncompress() needs tvb_set_fre...
2004-05-06 obiotFrom Kendy Kutzner: a char should be compared with...
2004-05-05 obiotFrom Jerry Talkington:
2004-03-23 guyUse "tvb_format_text()" to display strings, so we handl...
2004-02-19 guyConstify a bunch of stuff.
2004-02-01 guyMake "tvb_strneql()" take a "gchar *" rather than a...
2004-02-01 jmayerpacket-dcerpc-afs4int.c
2004-01-23 jmayerChange return type of tvb_format_text from guint8*...
2003-12-24 guyIn "tvb_ensure_bytes_remaining()", throw ReportedBounds...
2003-12-23 guyHave "tvb_ensure_length_remaining()" throw the appropri...
2003-12-03 sahlbergReplace two expensive macros with a much simpler mechanism
2003-12-03 sahlbergperformance update
2003-12-02 sahlbergMove the definition of the tvbuff_t structure and frien...
2003-09-28 guy"compute_offset_length()" must, if it returns FALSE...
2003-09-10 geraldMake tvb_find_tvb() return -1 if either tvb length...
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-08-08 guyA bufsize of 0 makes no sense in either "tvb_get_nstrin...
2003-06-12 guyAdd new routines:
2003-06-09 guyFix "tvb_strneql()", "tvb_strncaseeql()", and "tvb_meme...
2003-06-04 guyUse "tvb_ensure_bytes_exist()" to check, in "tvb_fake_u...
2003-05-19 geraldMore tvb_get_nstringz0() fixes. Timo Sirainen pointed...
2003-04-30 geraldModify tvb_get_nstringz*() to behave more like snprintf...
2003-04-28 geraldFix several buffer and integer overflow issues discover...
2003-02-24 guyRename "fake_unicode()" to "tvb_fake_unicode()" as...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyAdd an extra argument to "tvb_find_line_end()", which...
2002-05-13 guyAdd a "tvb_ensure_bytes_exist()", which is like "tvb_by...
2002-05-05 guyHave "tvb_ensure_length_remaining()" directly call
2002-05-05 guyMake "tvb_ensure_length_remaining()" return a "guint...
2002-04-24 guyUse "gfloat" and "gdouble", rather than "float" and...
2002-04-24 guyUse Ashok's IEEE-float-to-long code as the basis for
2002-04-12 guyAdd (untested) routines to fetch IEEE single-precision and
2002-03-06 gramtvb_get_nstringz() needs to terminate a string with...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-01 guySquelch a GCC warning.
2002-02-01 gramProvide tvb_ensure_length_remaining(), which is like
2002-01-04 gramThrow a BoundsError if a length parameter in a tvbuff...
2001-11-20 guyGet rid of "tvb_compat()"; it's no longer needed (the...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-03 guyTVBUFF_SUBSET tvbuffs share a "ds_name" with the parent...
2001-11-03 guyMore indentation fixes.
2001-11-03 guyFix the indentation.
2001-11-02 gramFix leak of ds_name. Thanks to Sirop Erable <matrix_ott...
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-30 guyIn "tvb_find_guint8()" and "tvb_pbrk_guint8()", correct...
2000-11-30 gramIn tvb_set_reported_length(), don't assert on
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-12 guyMake "tvb_find_line_end()" and "tvb_find_line_end_unquo...
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-10-17 guyPatch from Heikki Vatiainen to make "tvb_strnlen()...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.