aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
Commit message (Expand)AuthorAgeFilesLines
* Check in a modified version of Alexey Neyman's patch from bug 2777. This shouldGerald Combs2008-09-301-11/+15
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-1/+1
* replace oid_to_str_buf() and oid_to_str()Luis Ontanon2007-08-251-43/+0
* fix a bug found while fuzz testing the opcua dissector:Ulf Lamping2007-05-141-2/+11
* mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris2007-04-261-1/+1
* For address types where the address is a bunch of bytes, convert theGuy Harris2007-04-261-10/+18
* fix some more warningsUlf Lamping2007-03-221-3/+3
* From Andrej Mikus: Gerald Combs2007-01-311-9/+14
* Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs2007-01-291-8/+20
* Commit my USB changes (change address handling)Jörg Mayer2007-01-081-1/+1
* From Douglas Pratley with trivial changes and documentation changes Stephen Fisher2006-12-051-0/+50
* create a new address type AT_USB and start populating the packet list Ronnie Sahlberg2006-10-141-0/+14
* name changeRonnie Sahlberg2006-05-211-2/+2
* Squelch a compiler warning.Guy Harris2006-03-291-1/+1
* From Olivier Jacques:Jaap Keuter2006-03-241-0/+3
* new FT_GUID handling - big/little endian supportedTomas Kukosa2006-03-101-7/+5
* Remove a linebreak to emphasise the guid structure (doesn't changeTim Potter2006-03-101-2/+1
* From Mike Duigou:Anders Broman2006-02-031-1/+1
* Fix an off-by-one error. Fixes bug 698, possibly others.Gerald Combs2006-01-171-1/+2
* oid_to_str_buf() keep enough speace before appending next part of string (Bug...Tomas Kukosa2006-01-121-1/+1
* warning: no newline at end of fileJörg Mayer2005-12-181-1/+2
* new field type FT_OID for OBJECT IDENTIFIERsTomas Kukosa2005-12-021-10/+16
* Add TIPC address as address type and use it in TIPC.Anders Broman2005-12-011-0/+28
* If bytes_to_str() is passed a zero length value, return an empty stringGerald Combs2005-10-281-49/+51
* From Mike DuigouAnders Broman2005-10-261-4/+6
* Export "bytestring_to_str()", and use it when adding the link-layerGuy Harris2005-08-281-10/+11
* timestamp display precision:Ulf Lamping2005-08-251-0/+12
* removal of even more sprintfRonnie Sahlberg2005-08-201-36/+36
* remove sprintf from mtp3Ronnie Sahlberg2005-08-201-1/+1
* various code cleanup:Ulf Lamping2005-08-081-18/+14
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-3/+3
* convert all other nasty "rotating static array" from to_str.c and make them u...Ronnie Sahlberg2005-07-221-155/+74
* EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg2005-07-221-11/+5
* GUID lowercase form seems to be preferredTomas Kukosa2005-07-051-1/+1
* new field type FT_GUIDTomas Kukosa2005-07-041-0/+19
* Fix an off-by-four error, which should take care of bugs 254 - 258. PrintGerald Combs2005-06-221-3/+3
* From Mike Duigou:Anders Broman2005-06-201-4/+5
* From Mike Duigou:Anders Broman2005-06-061-0/+3
* "oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"Guy Harris2005-05-051-2/+2
* New oid_to_str() and oid_to_str_buf() functionsTomas Kukosa2005-04-281-0/+38
* In time_secs_to_str_buf(), handle the case where a large time value makes Gerald Combs2005-04-151-1/+7
* change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg2005-04-121-13/+29
* Yniv Kaul: Small performance optimizationJörg Mayer2005-02-031-15/+14
* "address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris2005-01-011-2/+2
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* As long as any text has been put into a time interval string, the nextGuy Harris2004-06-161-11/+8
* From Michael Lum:Guy Harris2004-04-211-1/+2
* Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris2004-03-231-1/+6