Replace the types from sys/types.h and netinet/in.h by their glib.h
[metze/wireshark/wip.git] / epan / tvbuff.c
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisAdd an extra argument to "tvb_find_line_end()", which...
2002-05-13 Guy HarrisAdd a "tvb_ensure_bytes_exist()", which is like "tvb_by...
2002-05-05 Guy HarrisHave "tvb_ensure_length_remaining()" directly call
2002-05-05 Guy HarrisMake "tvb_ensure_length_remaining()" return a "guint...
2002-04-24 Guy HarrisUse "gfloat" and "gdouble", rather than "float" and...
2002-04-24 Guy HarrisUse Ashok's IEEE-float-to-long code as the basis for
2002-04-12 Guy HarrisAdd (untested) routines to fetch IEEE single-precision and
2002-03-06 Gilbert Ramireztvb_get_nstringz() needs to terminate a string with...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
2002-02-01 Guy HarrisSquelch a GCC warning.
2002-02-01 Gilbert RamirezProvide tvb_ensure_length_remaining(), which is like
2002-01-04 Gilbert RamirezThrow a BoundsError if a length parameter in a tvbuff...
2001-11-20 Guy HarrisGet rid of "tvb_compat()"; it's no longer needed (the...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-11-03 Guy HarrisTVBUFF_SUBSET tvbuffs share a "ds_name" with the parent...
2001-11-03 Guy HarrisMore indentation fixes.
2001-11-03 Guy HarrisFix the indentation.
2001-11-02 Gilbert RamirezFix leak of ds_name. Thanks to Sirop Erable <matrix_ott...
2001-10-29 Guy HarrisStop using "tvb_get_ntohll()" and "%llX" in the BOOTP...
2001-10-26 Gilbert RamirezFix some signed/unsigned comparison warnings. In the...
2001-07-02 Guy HarrisTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-05-27 Guy HarrisFix a comment, and update Gerald's e-mail address.
2001-03-23 Jeff FosterChanges required to support multiple named data sources.
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2000-12-27 Guy HarrisTvbuffify the RIP and OSPF dissectors.
2000-12-25 Guy HarrisAdd a new "tvb_strsize()" routine, which finds the...
2000-11-30 Guy HarrisIn "tvb_find_guint8()" and "tvb_pbrk_guint8()", correct...
2000-11-30 Gilbert RamirezIn tvb_set_reported_length(), don't assert on
2000-11-18 Guy HarrisTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-14 Gilbert RamirezAdd tvb_set_child_real_data_tvbuff(), which allows...
2000-11-13 Guy HarrisMove "bytes_to_str()" to "strutil.c" from "packet.c...
2000-11-12 Guy HarrisMake "tvb_find_line_end()" and "tvb_find_line_end_unquo...
2000-11-11 Guy HarrisMake the string-to-compare-with arguments to "tvb_strne...
2000-11-10 Guy HarrisAllow "tvb_find_guint8()", "tvb_pbrk_guint8()", and...
2000-11-10 Guy HarrisTvbuffify the SAP and SDP dissectors.
2000-11-09 Guy HarrisTvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.
2000-10-17 Guy HarrisPatch from Heikki Vatiainen to make "tvb_strnlen()...
2000-09-27 Gilbert RamirezFirst step in moving core Ethereal routines to libepan.