aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-29Squelch a compiler warning.Guy Harris1-1/+1
2006-03-24From Olivier Jacques:Jaap Keuter1-0/+3
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-7/+5
2006-03-10Remove a linebreak to emphasise the guid structure (doesn't changeTim Potter1-2/+1
2006-02-03From Mike Duigou:Anders Broman1-1/+1
2006-01-17Fix an off-by-one error. Fixes bug 698, possibly others.Gerald Combs1-1/+2
2006-01-12oid_to_str_buf() keep enough speace before appending next part of string (Bug...Tomas Kukosa1-1/+1
2005-12-18warning: no newline at end of fileJörg Mayer1-1/+2
2005-12-02new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa1-10/+16
2005-12-01Add TIPC address as address type and use it in TIPC.Anders Broman1-0/+28
2005-10-28If bytes_to_str() is passed a zero length value, return an empty stringGerald Combs1-49/+51
2005-10-26From Mike DuigouAnders Broman1-4/+6
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerGuy Harris1-10/+11
2005-08-25timestamp display precision:Ulf Lamping1-0/+12
2005-08-20removal of even more sprintfRonnie Sahlberg1-36/+36
2005-08-20remove sprintf from mtp3Ronnie Sahlberg1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-18/+14
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
2005-07-22convert all other nasty "rotating static array" from to_str.c and make them u...Ronnie Sahlberg1-155/+74
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-11/+5
2005-07-05GUID lowercase form seems to be preferredTomas Kukosa1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+19
2005-06-22Fix an off-by-four error, which should take care of bugs 254 - 258. PrintGerald Combs1-3/+3
2005-06-20From Mike Duigou:Anders Broman1-4/+5
2005-06-06From Mike Duigou:Anders Broman1-0/+3
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"Guy Harris1-2/+2
2005-04-28New oid_to_str() and oid_to_str_buf() functionsTomas Kukosa1-0/+38
2005-04-15In time_secs_to_str_buf(), handle the case where a large time value makes Gerald Combs1-1/+7
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg1-13/+29
2005-02-03Yniv Kaul: Small performance optimizationJörg Mayer1-15/+14
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-16As long as any text has been put into a time interval string, the nextGuy Harris1-11/+8
2004-04-21From Michael Lum:Guy Harris1-1/+2
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-1/+6
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".Guy Harris1-2/+8
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris1-2/+12
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris1-1/+5
2003-11-17updates to ip_to_str[_buf]() to make them faster.Ronnie Sahlberg1-39/+79
2003-10-07Get rid of an out-of-date comment.Guy Harris1-3/+1
2003-08-26Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris1-1/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris1-22/+42
2003-08-24Put in some comments about possible future work on "address_to_str()".Guy Harris1-4/+25
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg1-1/+6
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg1-2/+13
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg1-1/+39
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris1-19/+1