aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-2/+2
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-12/+52
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris1-5/+63
2002-05-05Have "tvb_ensure_length_remaining()" directly callGuy Harris1-11/+8
2002-05-05Make "tvb_ensure_length_remaining()" return a "guint" - it can't returnGuy Harris1-2/+3
2002-04-24Use "gfloat" and "gdouble", rather than "float" and "double", as theGuy Harris1-15/+13
2002-04-24Use Ashok's IEEE-float-to-long code as the basis forGuy Harris1-29/+170
2002-04-12Add (untested) routines to fetch IEEE single-precision andGuy Harris1-1/+125
2002-03-06tvb_get_nstringz() needs to terminate a string with a NUL if theGilbert Ramirez1-13/+62
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-20/+18
2002-02-01Squelch a GCC warning.Guy Harris1-1/+2
2002-02-01Provide tvb_ensure_length_remaining(), which is likeGilbert Ramirez1-1/+17
2002-01-04Throw a BoundsError if a length parameter in a tvbuff-accessor is < -1.Gilbert Ramirez1-3/+9
2001-11-20Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris1-10/+1
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-11-03TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so theirGuy Harris1-5/+11
2001-11-03More indentation fixes.Guy Harris1-2/+2
2001-11-03Fix the indentation.Guy Harris1-4/+4
2001-11-02Fix leak of ds_name. Thanks to Sirop Erable <matrix_ottawa@yahoo.ca>Gilbert Ramirez1-1/+6
2001-10-29Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris1-24/+1
2001-10-26Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez1-14/+21
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris1-3/+36
2001-05-27Fix a comment, and update Gerald's e-mail address.Guy Harris1-3/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-2/+13
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2000-12-27Tvbuffify the RIP and OSPF dissectors.Guy Harris1-2/+20
2000-12-25Add a new "tvb_strsize()" routine, which finds the size of aGuy Harris1-1/+34
2000-11-30In "tvb_find_guint8()" and "tvb_pbrk_guint8()", correctly set the limitGuy Harris1-4/+14
2000-11-30In tvb_set_reported_length(), don't assert onGilbert Ramirez1-2/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-1/+16
2000-11-14Add tvb_set_child_real_data_tvbuff(), which allows you to tell theGilbert Ramirez1-7/+19
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-1/+11
2000-11-12Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CRGuy Harris1-72/+50
2000-11-11Make the string-to-compare-with arguments to "tvb_strneql()" andGuy Harris1-3/+3
2000-11-10Allow "tvb_find_guint8()", "tvb_pbrk_guint8()", and "tvb_strnlen()" toGuy Harris1-15/+30
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-6/+215
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris1-11/+136
2000-10-17Patch from Heikki Vatiainen to make "tvb_strnlen()" return the length ofGuy Harris1-6/+5
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-0/+1144