aboutsummaryrefslogtreecommitdiffstats
path: root/epan/guid-utils.c
Commit message (Expand)AuthorAgeFilesLines
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* Don't use _snwprintf (use StringCchPrintf instead).Jeff Morriss2016-04-121-2/+3
* add function guid_cmp() to compare guidsGregor Beck2015-07-011-0/+16
* Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson2015-06-271-2/+2
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* Some more random removal of ep_ memory.Michael Mann2015-01-091-4/+4
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-101-5/+18
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix some const/ not const warnings.Jakub Zawadzki2013-12-151-3/+3
* Remove what appear to be the last two instances of pe_tree. Could this be theEvan Huus2013-09-041-6/+7
* From beroset:Bill Meier2013-03-201-1/+1
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-261-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Jakub Zawadzki:Anders Broman2009-10-251-6/+1
* size_t fixes.Gerald Combs2009-04-081-1/+1
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-201-1/+1
* Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss2008-06-301-1/+1
* fix some more warningsUlf Lamping2007-03-221-1/+1
* Add support for reading from stdin under Windows. Based on a patch sentGerald Combs2006-09-221-6/+6
* squelch some compiler warningsUlf Lamping2006-08-271-40/+38
* Squelch a compiler warning.Guy Harris2006-08-191-3/+4
* change the guid mapping code to use a tree isntead of a hashtableRonnie Sahlberg2006-08-181-101/+124
* some further work on the GUID/UUID resolvingsUlf Lamping2006-08-171-10/+109
* various UUID/GUID based changes.Ulf Lamping2006-08-161-0/+88