aboutsummaryrefslogtreecommitdiffstats
path: root/epan/range.h
Commit message (Expand)AuthorAgeFilesLines
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* We really only need one range_foreach routine.Guy Harris2017-08-081-9/+3
* Rename reentrant range_foreach2 to range_foreach_rAhmad Fatoum2017-08-071-1/+1
* Fix -Wdocumentation warning about range_foreach2Ahmad Fatoum2017-08-071-1/+1
* Optimize the "services" dictionaryJoão Valverde2017-08-041-0/+8
* Add SUBOBJECT_INITIALIZER and use it.Guy Harris2017-06-021-0/+1
* Convert range API to always use wmem memory.Michael Mann2017-01-071-7/+11
* Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2016-10-081-1/+1
* Add range_add_value and range_remove_value.Michael Mann2016-09-221-0/+16
* Add the Display Filter Expression dialog.Gerald Combs2015-06-031-1/+9
* Remove emem APIs from UAT functionality.Michael Mann2015-01-121-2/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Avoid including <epan/range.h> in dissectors.Jakub Zawadzki2013-12-201-1/+1
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-08-101-2/+2
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-8/+9
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss2010-10-291-6/+9
* Doxygen fix.Anders Broman2010-08-301-1/+1
* Doxygen changes.Anders Broman2010-08-281-5/+56
* From Andrew Feren (bug 2433):Stig Bjørlykke2008-04-121-0/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.Guy Harris2004-11-241-0/+5
* Have "range_convert_range()" dynamically allocate a string large enoughGuy Harris2004-10-171-5/+1
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-8/+7
* Make the nranges member of a range_t be the number of ranges, not theGuy Harris2004-10-161-1/+10
* From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris2004-10-141-0/+8
* Split the pure range stuff out into separate files, exporting their ownGuy Harris2004-09-041-0/+56