aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.c
Commit message (Expand)AuthorAgeFilesLines
* We really only need one range_foreach routine.Guy Harris2017-08-081-14/+2
* Rename reentrant range_foreach2 to range_foreach_rAhmad Fatoum2017-08-071-1/+1
* Optimize the "services" dictionaryJoão Valverde2017-08-041-0/+12
* Convert range API to always use wmem memory.Michael Mann2017-01-071-22/+21
* Add range_add_value and range_remove_value.Michael Mann2016-09-221-0/+93
* Allow hex and octal values to be used in rangesAdam Goldman2016-01-241-2/+2
* Add the Display Filter Expression dialog.Gerald Combs2015-06-031-1/+1
* Remove some apparently-unnecessary includes of emem.h.Guy Harris2015-01-181-1/+0
* Remove emem APIs from UAT functionality.Michael Mann2015-01-121-7/+7
* Don't use ctype.h routines.Guy Harris2014-10-171-3/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-101-115/+127
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-4/+4
* exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki2013-11-101-0/+1
* From beroset:Bill Meier2013-03-201-4/+4
* Fix a bunch of warnings.Guy Harris2012-12-261-2/+2
* 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 Tony Trinh via bug 5895:Stig Bjørlykke2011-06-251-12/+23
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss2010-10-291-20/+51
* range.c: ep_strbuf_new("") ==> ep_strbuf_new(NULL);Bill Meier2009-04-241-1/+1
* More size_t fixes. Use a string buffer in range.c.Gerald Combs2009-04-081-9/+8
* Use the correct data type for the range string in the Win32 file dialog.Gerald Combs2009-01-201-3/+5
* We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,Guy Harris2008-06-031-8/+0
* name changeRonnie Sahlberg2006-05-211-2/+2
* convert to g_snprintf()Ronnie Sahlberg2005-09-011-12/+8
* Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris2004-10-171-31/+41
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-131/+191
* Make the nranges member of a range_t be the number of ranges, not theGuy Harris2004-10-161-127/+93
* From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris2004-10-141-1/+59
* We don't need "globals.h"; don't include it.Guy Harris2004-09-041-2/+0
* Split the pure range stuff out into separate files, exporting their ownGuy Harris2004-09-041-0/+260