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
/
column-utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ws_printf routines everywhere in column-utils.c.
Gerald Combs
2016-07-22
1
-43
/
+43
*
Use Windows CRT string functions in some places.
Gerald Combs
2016-07-21
1
-18
/
+4
*
Speed up col_append_ports on Windows.
Gerald Combs
2016-07-13
1
-5
/
+19
*
Allow control of individual columns to be (un)writable.
Michael Mann
2016-06-15
1
-8
/
+39
*
Qt: Add check for field extractors
Stig Bjørlykke
2016-02-05
1
-0
/
+14
*
Remove the deprecated column types so users don't think they still exist.
Michael Mann
2016-01-27
1
-2
/
+1
*
Rename ipv6-utils.h to ipv6.h.
Guy Harris
2016-01-03
1
-1
/
+1
*
ui: Optimize col_custom_prime_edt()
Stig Bjørlykke
2015-12-22
1
-30
/
+0
*
Add COL_CUSTOM_PRIME_REGEX
Stig Bjørlykke
2015-12-20
1
-1
/
+1
*
Qt: Add missing multi-field column validation
Michal Labedzki
2015-12-20
1
-16
/
+16
*
column-utils: Refactor col_append_port() to col_append_ports()
João Valverde
2015-11-07
1
-6
/
+17
*
Remove duplicate transport ports from proto tree summary
João Valverde
2015-10-11
1
-1
/
+16
*
UDP: Make port column info similar to TCP, add length information
João Valverde
2015-10-05
1
-0
/
+9
*
Speed up column sorting.
Gerald Combs
2015-08-28
1
-2
/
+6
*
Fix address resolution for columns.
Guy Harris
2015-07-03
1
-1
/
+1
*
Don't free col_item->col_data.
Gerald Combs
2015-06-29
1
-1
/
+1
*
Take all epan_column_info members that always get allocated to "number of col...
Michael Mann
2015-06-29
1
-216
/
+235
*
Eliminate the hf member out of the address structure.
Michael Mann
2015-02-09
1
-12
/
+0
*
Add "column filter string" support to address types.
Michael Mann
2015-02-09
1
-59
/
+5
*
Add address type registration.
Michael Mann
2015-02-09
1
-1
/
+0
*
Remove some apparently-unnecessary includes of emem.h.
Guy Harris
2015-01-18
1
-1
/
+0
*
Replace some "low hanging fruit" uses of emem.
Michael Mann
2015-01-11
1
-4
/
+0
*
disperse atalk-utils.[ch]
Michael Mann
2015-01-09
1
-1
/
+0
*
ep_<protocol>_port_to_display -> <protocol>_port_to_display
Michael Mann
2015-01-08
1
-3
/
+3
*
Column utils: Missing varargs init or cleanup (CID 1212122)
Alexis La Goutte
2014-12-31
1
-0
/
+1
*
Replace ax25_to_str and get_ax25_name with address_to_str.
Michael Mann
2014-12-21
1
-1
/
+1
*
Fix filter test for multifield custom column
Stig Bjørlykke
2014-12-20
1
-1
/
+1
*
Fix filter valid/invalid test for multifield custom type
Michal Labedzki
2014-12-20
1
-17
/
+20
*
Don't use g_slist_free_full().
Guy Harris
2014-12-20
1
-8
/
+14
*
Add support for multifields in custom column
Michal Labedzki
2014-12-18
1
-8
/
+43
*
Get rid of a trailing blank.
Guy Harris
2014-12-05
1
-1
/
+1
*
Fix varargs handling in col_{add,append}_lstr().
Guy Harris
2014-12-05
1
-4
/
+8
*
Fixed memory leakage in col_cleanup.
Stig Bjørlykke
2014-11-10
1
-0
/
+12
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-89
/
+206
*
Add col_append_lstr(), speedup column generation for TCP.
Jakub Zawadzki
2014-06-23
1
-0
/
+39
*
Use gsize rather than int, to avoid some complaints about shortening.
Guy Harris
2014-05-17
1
-2
/
+2
*
Introduce col_add_lstr(), use it instead of slower col_add_fstr.
Jakub Zawadzki
2014-05-17
1
-1
/
+47
*
Add a cast to make MSVC happy.
AndersBroman
2014-05-06
1
-1
/
+1
*
Move common part of col_append_fstr, col_append_sep_fstr to seperate fnction.
Jakub Zawadzki
2014-05-06
1
-51
/
+36
*
Fix possible buffer overflow in col_append_sep_fstr()
Jakub Zawadzki
2014-05-05
1
-3
/
+5
*
More name changes.
Guy Harris
2014-04-19
1
-3
/
+3
*
Some routine name changes.
Guy Harris
2014-04-19
1
-1
/
+1
*
Don't se_ allocate strings when mapping addresses to column strings.
Guy Harris
2014-04-19
1
-4
/
+8
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Don't cast away constness.
Guy Harris
2014-01-14
1
-2
/
+2
*
Expand a comment.
Guy Harris
2014-01-06
1
-2
/
+2
*
In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()
Guy Harris
2014-01-06
1
-105
/
+73
*
Added col_clear_fence().
Stig Bjørlykke
2013-12-18
1
-0
/
+16
*
Dissectors should not use dfilter.h, don't include it.
Jakub Zawadzki
2013-12-03
1
-1
/
+1
*
Remove #if 0 code (introduced in r29489).
Jakub Zawadzki
2013-11-09
1
-285
/
+0
[next]