aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of "tvb_compat()"; it's no longer needed (the one remaining callGuy Harris2001-11-201-10/+1
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* TVBUFF_SUBSET tvbuffs share a "ds_name" with the parent tvbuff, so theirGuy Harris2001-11-031-5/+11
* More indentation fixes.Guy Harris2001-11-031-2/+2
* Fix the indentation.Guy Harris2001-11-031-4/+4
* Fix leak of ds_name. Thanks to Sirop Erable <matrix_ottawa@yahoo.ca>Gilbert Ramirez2001-11-021-1/+6
* Stop using "tvb_get_ntohll()" and "%llX" in the BOOTP dissector, as theGuy Harris2001-10-291-24/+1
* Fix some signed/unsigned comparison warnings. In the case of tvbuff.h,Gilbert Ramirez2001-10-261-14/+21
* Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris2001-07-021-3/+36
* Fix a comment, and update Gerald's e-mail address.Guy Harris2001-05-271-3/+2
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-2/+13
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Tvbuffify the RIP and OSPF dissectors.Guy Harris2000-12-271-2/+20
* Add a new "tvb_strsize()" routine, which finds the size of aGuy Harris2000-12-251-1/+34
* In "tvb_find_guint8()" and "tvb_pbrk_guint8()", correctly set the limitGuy Harris2000-11-301-4/+14
* In tvb_set_reported_length(), don't assert onGilbert Ramirez2000-11-301-2/+4
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-1/+16
* Add tvb_set_child_real_data_tvbuff(), which allows you to tell theGilbert Ramirez2000-11-141-7/+19
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-1/+11
* Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CRGuy Harris2000-11-121-72/+50
* Make the string-to-compare-with arguments to "tvb_strneql()" andGuy Harris2000-11-111-3/+3
* Allow "tvb_find_guint8()", "tvb_pbrk_guint8()", and "tvb_strnlen()" toGuy Harris2000-11-101-15/+30
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-6/+215
* Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris2000-11-091-11/+136
* Patch from Heikki Vatiainen to make "tvb_strnlen()" return the length ofGuy Harris2000-10-171-6/+5
* First step in moving core Ethereal routines to libepan.Gilbert Ramirez2000-09-271-0/+1144