aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Check in a modified version of Alexey Neyman's patch from bug 2777. This shouldgerald1-11/+15
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-43/+0
2007-05-14fix a bug found while fuzz testing the opcua dissector:ulfl1-2/+11
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerguy1-1/+1
2007-04-26For address types where the address is a bunch of bytes, convert theguy1-10/+18
2007-03-22fix some more warningsulfl1-3/+3
2007-01-31From Andrej Mikus: gerald1-9/+14
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-8/+20
2007-01-08Commit my USB changes (change address handling)jmayer1-1/+1
2006-12-05From Douglas Pratley with trivial changes and documentation changes sfisher1-0/+50
2006-10-14create a new address type AT_USB and start populating the packet list sahlberg1-0/+14
2006-05-21name changesahlberg1-2/+2
2006-03-29Squelch a compiler warning.guy1-1/+1
2006-03-24From Olivier Jacques:jake1-0/+3
2006-03-10new FT_GUID handling - big/little endian supportedkukosa1-7/+5
2006-03-10Remove a linebreak to emphasise the guid structure (doesn't changetpot1-2/+1
2006-02-03From Mike Duigou:etxrab1-1/+1
2006-01-17Fix an off-by-one error. Fixes bug 698, possibly others.gerald1-1/+2
2006-01-12oid_to_str_buf() keep enough speace before appending next part of string (Bug...kukosa1-1/+1
2005-12-18warning: no newline at end of filejmayer1-1/+2
2005-12-02new field type FT_OID for OBJECT IDENTIFIERskukosa1-10/+16
2005-12-01Add TIPC address as address type and use it in TIPC.etxrab1-0/+28
2005-10-28If bytes_to_str() is passed a zero length value, return an empty stringgerald1-49/+51
2005-10-26From Mike Duigouetxrab1-4/+6
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerguy1-10/+11
2005-08-25timestamp display precision:ulfl1-0/+12
2005-08-20removal of even more sprintfsahlberg1-36/+36
2005-08-20remove sprintf from mtp3sahlberg1-1/+1
2005-08-08various code cleanup:ulfl1-18/+14
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-3/+3
2005-07-22convert all other nasty "rotating static array" from to_str.c and make them u...sahlberg1-155/+74
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...sahlberg1-11/+5
2005-07-05GUID lowercase form seems to be preferredkukosa1-1/+1
2005-07-04new field type FT_GUIDkukosa1-0/+19
2005-06-22Fix an off-by-four error, which should take care of bugs 254 - 258. Printgerald1-3/+3
2005-06-20From Mike Duigou:etxrab1-4/+5
2005-06-06From Mike Duigou:etxrab1-0/+3
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"guy1-2/+2
2005-04-28New oid_to_str() and oid_to_str_buf() functionskukosa1-0/+38
2005-04-15In time_secs_to_str_buf(), handle the case where a large time value makes gerald1-1/+7
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...sahlberg1-13/+29
2005-02-03Yniv Kaul: Small performance optimizationjmayer1-15/+14
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"guy1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-16As long as any text has been put into a time interval string, the nextguy1-11/+8
2004-04-21From Michael Lum:guy1-1/+2
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy1-1/+6