index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
range.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
We really only need one range_foreach routine.
Guy Harris
2017-08-08
1
-14
/
+2
*
Rename reentrant range_foreach2 to range_foreach_r
Ahmad Fatoum
2017-08-07
1
-1
/
+1
*
Optimize the "services" dictionary
João Valverde
2017-08-04
1
-0
/
+12
*
Convert range API to always use wmem memory.
Michael Mann
2017-01-07
1
-22
/
+21
*
Add range_add_value and range_remove_value.
Michael Mann
2016-09-22
1
-0
/
+93
*
Allow hex and octal values to be used in ranges
Adam Goldman
2016-01-24
1
-2
/
+2
*
Add the Display Filter Expression dialog.
Gerald Combs
2015-06-03
1
-1
/
+1
*
Remove some apparently-unnecessary includes of emem.h.
Guy Harris
2015-01-18
1
-1
/
+0
*
Remove emem APIs from UAT functionality.
Michael Mann
2015-01-12
1
-7
/
+7
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
1
-3
/
+2
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-10
1
-115
/
+127
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-4
/
+4
*
exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...
Jakub Zawadzki
2013-11-10
1
-0
/
+1
*
From beroset:
Bill Meier
2013-03-20
1
-4
/
+4
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-2
/
+2
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
From Tony Trinh via bug 5895:
Stig Bjørlykke
2011-06-25
1
-12
/
+23
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :
Jeff Morriss
2010-10-29
1
-20
/
+51
*
range.c: ep_strbuf_new("") ==> ep_strbuf_new(NULL);
Bill Meier
2009-04-24
1
-1
/
+1
*
More size_t fixes. Use a string buffer in range.c.
Gerald Combs
2009-04-08
1
-9
/
+8
*
Use the correct data type for the range string in the Win32 file dialog.
Gerald Combs
2009-01-20
1
-3
/
+5
*
We require GLib 2.4 or later, and they define G_MININT32, G_MAXIN32,
Guy Harris
2008-06-03
1
-8
/
+0
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
convert to g_snprintf()
Ronnie Sahlberg
2005-09-01
1
-12
/
+8
*
Have "range_convert_range()" dynamically allocate a string large enough
Guy Harris
2004-10-17
1
-31
/
+41
*
Remove the fixed maximum number of subranges in a range_t; dynamically
Guy Harris
2004-10-16
1
-131
/
+191
*
Make the nranges member of a range_t be the number of ranges, not the
Guy Harris
2004-10-16
1
-127
/
+93
*
From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.
Guy Harris
2004-10-14
1
-1
/
+59
*
We don't need "globals.h"; don't include it.
Guy Harris
2004-09-04
1
-2
/
+0
*
Split the pure range stuff out into separate files, exporting their own
Guy Harris
2004-09-04
1
-0
/
+260