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
/
value_string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow up to 64-bit values to use BASE_RANGE_STRING.
Michael Mann
2016-08-07
1
-0
/
+28
*
Fix some of the checkAPIs.pl warnings for g_warning.
Michael Mann
2016-07-26
1
-2
/
+3
*
Fix value_string_ext_free() constness
João Valverde
2016-07-08
1
-2
/
+2
*
Revert "Simplify val_to_str[_ext] implementation."
Guy Harris
2016-05-11
1
-2
/
+18
*
Simplify val_to_str[_ext] implementation.
Michael Mann
2016-05-11
1
-18
/
+2
*
emem is dead! Long live wmem!
Michael Mann
2015-02-04
1
-1
/
+0
*
Convert val_to_str -> val_to_str_wmem.
Michael Mann
2015-02-04
1
-1
/
+1
*
Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...
Michael Mann
2015-02-03
1
-5
/
+5
*
Create wmem versions of val_to_str and val_to_str_ext
Michael Mann
2015-02-02
1
-0
/
+28
*
Convert the value string APIs that only currently have packet-scope use to wmem.
Michael Mann
2015-01-31
1
-3
/
+3
*
Make value_string_ext const-correct.
Kevin Cox
2014-07-27
1
-19
/
+12
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Value_string.h: Minor changes to comment text
Bill Meier
2013-12-13
1
-6
/
+8
*
Do some constification;
Bill Meier
2013-11-21
1
-22
/
+30
*
Replace some val_to_str calls with the equivalent val_to_str_const calls (and
Evan Huus
2013-09-29
1
-0
/
+16
*
Include config.h first; it defines _FILE_OFFSET_BITS, and if some system
Guy Harris
2013-08-14
1
-2
/
+2
*
Add 64-bit value strings and the appropriate tooling (including yet another
Evan Huus
2013-07-26
1
-0
/
+59
*
Revert part of r50415. As pointed out by Jakub, some of the value_string
Evan Huus
2013-07-06
1
-4
/
+5
*
Wmem-ify value-strings. Another ~10KB gone.
Evan Huus
2013-07-06
1
-8
/
+9
*
Note to self: stop using 'index' as a variable name, it triggers -Wshadow on
Evan Huus
2013-03-30
1
-4
/
+4
*
Implement str_to_val, opposite of val_to_str for value_strings.
Evan Huus
2013-03-29
1
-0
/
+42
*
Remove decode_enumerated_bitfield and decode_enumerated_bitfield_shifted.
Evan Huus
2013-03-29
1
-36
/
+0
*
Rename value string (and similar) functions to use a consistent pattern. This
Evan Huus
2013-03-29
1
-41
/
+41
*
Greatly clean up value_string.c
Evan Huus
2013-03-28
1
-342
/
+380
*
Give better diagnostics for "Extended value string XXX forced to fall
Guy Harris
2013-03-26
1
-6
/
+13
*
From beroset:
Bill Meier
2013-03-20
1
-1
/
+1
*
Warn if an extended value string falls back to linear search.
Evan Huus
2013-03-19
1
-0
/
+2
*
Revert warning that seems to have been accidentally included in r48319.
Evan Huus
2013-03-15
1
-2
/
+0
*
[-Wmissing-prototypes]
Anders Broman
2013-03-15
1
-0
/
+2
*
String passed to val_to_str() must have int format specifier (%u, %d, %x, and...
Jakub Zawadzki
2013-02-21
1
-2
/
+2
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-1
/
+1
*
Fix some indentation.
Jeff Morriss
2012-12-12
1
-3
/
+6
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Force extended value string linear search (not binary search) in one case:
Bill Meier
2012-08-24
1
-1
/
+16
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix a typo.
Bill Meier
2012-04-23
1
-1
/
+1
*
Try to fix:
Jakub Zawadzki
2011-04-28
1
-1
/
+1
*
Change value_string_ext->_vs_match to return value_string struct (instead of ...
Jakub Zawadzki
2011-04-28
1
-42
/
+42
*
Fix the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...
Jeff Morriss
2011-01-12
1
-8
/
+16
*
Introduce match_strval_idx_ext()
Anders Broman
2011-01-10
1
-17
/
+40
*
'tshark -G values' - Validate (somewhat) value_string_ext before use to preve...
Bill Meier
2010-11-14
1
-2
/
+14
*
Enhance 'tshark -G values': Add info about extended value strings (including ...
Bill Meier
2010-11-12
1
-0
/
+13
*
Improve g_warning text slightly.
Bill Meier
2010-10-29
1
-1
/
+3
*
Rework "extended value strings":
Bill Meier
2010-10-14
1
-58
/
+151
*
Use val_to_str_ext() & friends to access sminmpec_values[];
Bill Meier
2010-09-17
1
-4
/
+3
*
Remove debugging printf from match_strval_ext_init()
Gerasimos Dimitriadis
2010-05-19
1
-1
/
+0
*
From Jakub Zawadzki:
Anders Broman
2010-04-27
1
-26
/
+78
*
From Jakub Zawadzki:
Anders Broman
2010-04-27
1
-0
/
+60
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-03
1
-9
/
+9
*
Revert SVN #32360 until Windows compilation errors corrected.
Bill Meier
2010-04-02
1
-9
/
+9
[next]