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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qt: Conversation time column updates.
Gerald Combs
2016-09-02
1
-1
/
+1
*
Fix checkAPI.pl warnings about printf
Michael Mann
2016-07-25
1
-2
/
+3
*
Display "IP DSCP" column as short text
João Valverde
2016-06-15
1
-1
/
+1
*
Remove the deprecated column types so users don't think they still exist.
Michael Mann
2016-01-27
1
-151
/
+109
*
ui: Optimize col_custom_prime_edt()
Stig Bjørlykke
2015-12-22
1
-0
/
+17
*
ui: Fixed column tooltip when having multi-field custom columns.
Stig Bjørlykke
2015-12-21
1
-19
/
+47
*
Qt: Add missing multi-field column validation
Michal Labedzki
2015-12-20
1
-13
/
+13
*
Qt: Set tooltip for packet list header
Stig Bjørlykke
2015-11-23
1
-0
/
+36
*
Take all epan_column_info members that always get allocated to "number of col...
Michael Mann
2015-06-29
1
-22
/
+24
*
Clean up ftype-conversion and dfilter error message string handling.
Guy Harris
2015-01-18
1
-1
/
+1
*
Fixed memory leakage in col_cleanup.
Stig Bjørlykke
2014-11-10
1
-1
/
+1
*
Get rid of unnecessary includes of ctype.h.
Guy Harris
2014-10-17
1
-1
/
+0
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-30
/
+5
*
Make get_column_longest_string() static.
Guy Harris
2014-09-27
1
-13
/
+13
*
(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...
Bill Meier
2014-04-03
1
-3
/
+3
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Avoid including definition of column_info structure in dissectors.
Jakub Zawadzki
2013-12-22
1
-2
/
+2
*
Add support for displaying dates as year and day-of-year (1-origin).
Guy Harris
2013-11-06
1
-126
/
+167
*
Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were ...
Michael Mann
2013-10-27
1
-4
/
+4
*
Provide a usage example of the column formats.
Chris Maynard
2013-10-23
1
-0
/
+21
*
After looking for something in the column-*.h files and
Jörg Mayer
2013-10-18
1
-2
/
+2
*
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272
Chris Maynard
2013-10-15
1
-0
/
+23
*
Declare slist[] as static (reduces storage & code executed: *See below);
Bill Meier
2013-06-30
1
-5
/
+5
*
Move a couple of time-related modules into wsutil.
Jeff Morriss
2013-06-25
1
-1
/
+0
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
cleanup get_column_format_matches()
Jakub Zawadzki
2012-08-14
1
-66
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
If we set "column.hidden" on the command line but don't set
Guy Harris
2011-11-13
1
-3
/
+2
*
From Michael Mann:
Anders Broman
2011-07-04
1
-2
/
+14
*
Added "Edit Column Details" functions to the packet list heading popup.
Stig Bjørlykke
2010-10-09
1
-0
/
+59
*
When using a custom column, make it possible to select which occurrence to sh...
Sake Blok
2010-09-22
1
-0
/
+17
*
Introduce "Show Resolved" as an option in custom columns. This will determine
Stig Bjørlykke
2010-06-25
1
-0
/
+28
*
Added "Hide Column" functionality.
Stig Bjørlykke
2010-06-20
1
-0
/
+28
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-03
1
-12
/
+12
*
Revert SVN #32360 until Windows compilation errors corrected.
Bill Meier
2010-04-02
1
-11
/
+11
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-02
1
-11
/
+11
*
Move underscore escaping/unscaping function to strutil.c;
Gerasimos Dimitriadis
2010-01-26
1
-52
/
+0
*
Handle underscore escaping/unescaping for old packet list; Simplify
Gerasimos Dimitriadis
2010-01-25
1
-7
/
+4
*
Change the prefix of the underscore escaping/unescaping
Gerasimos Dimitriadis
2010-01-25
1
-2
/
+2
*
Handle underscore escaping/unescaping of the column titles
Gerasimos Dimitriadis
2010-01-24
1
-0
/
+56
*
Corrected some return values.
Stig Bjørlykke
2009-10-12
1
-2
/
+2
*
Added check for valid column in get_column_title() and
Stig Bjørlykke
2009-10-12
1
-5
/
+15
*
Return from get_column_format() when invalid column requested.
Stig Bjørlykke
2009-10-12
1
-0
/
+3
*
Make tshark and rawshark use build_column_format_array() instead of duplicati...
Kovarththanan Rajaratnam
2009-09-08
1
-156
/
+156
*
Note in dlist[] that COL_BSSGP_TLLI is deprecated.
Guy Harris
2009-08-25
1
-1
/
+1
*
Custom columnfication:
Anders Broman
2009-08-25
1
-1
/
+1
*
Custom columnfication:
Kovarththanan Rajaratnam
2009-08-23
1
-2
/
+2
*
Custom columnfication:
Kovarththanan Rajaratnam
2009-08-23
1
-2
/
+2
*
Custom columfication:
Kovarththanan Rajaratnam
2009-08-23
1
-2
/
+2
*
Custom columfication:
Kovarththanan Rajaratnam
2009-08-23
1
-2
/
+2
[next]