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
/
ui
/
gtk
/
packet_list.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gtk: Remove source code
Roland Knall
2018-04-15
1
-1733
/
+0
*
Have the frame_tvbuff.c routines not use the global cfile.
Guy Harris
2017-12-08
1
-0
/
+2
*
Move the frame_set stuff back into the capture_file structure.
Guy Harris
2017-12-08
1
-7
/
+7
*
Move the parts of a capture_file used by libwireshark to a new structure.
Guy Harris
2017-12-04
1
-7
/
+7
*
Rename cf_get_comment() to reflect what comment it gets.
Guy Harris
2017-07-17
1
-3
/
+3
*
Qt: Restore multi custom column width and align
Stig Bjørlykke
2017-06-22
1
-1
/
+1
*
Don't copy details of hidden columns.
Michael Mann
2016-06-05
1
-10
/
+13
*
Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...
Michael Mann
2015-12-28
1
-1
/
+1
*
Qt: Add missing multi-field column validation
Michal Labedzki
2015-12-20
1
-5
/
+5
*
Qt: Set tooltip for packet list header
Stig Bjørlykke
2015-11-23
1
-21
/
+2
*
PluginIF: Fix GTK PluginIF interface
Roland Knall
2015-09-09
1
-22
/
+0
*
Take all epan_column_info members that always get allocated to "number of col...
Michael Mann
2015-06-29
1
-7
/
+9
*
Remove the other g_hash_table_contains
Evan Huus
2015-06-25
1
-7
/
+6
*
Plugin Interface: Add GUI callbacks
Roland Knall
2015-06-25
1
-0
/
+24
*
GTK: fix a crash when switching a column to custom through 'Edit Column Details'
Pascal Quantin
2015-06-05
1
-1
/
+2
*
Assert that the row number passed to packet_list_get_row_data() is valid.
Jeff Morriss
2015-03-12
1
-0
/
+1
*
ui/gtk/*.c: Add editor modelines; As needed: Fix indentation
Bill Meier
2015-02-15
1
-0
/
+13
*
GTK: fix no previous prototype for ... [-Wmissing-prototypes]
Alexis La Goutte
2015-01-27
1
-0
/
+1
*
gtk: fix crash when moving columns
Peter Wu
2015-01-04
1
-1
/
+9
*
Remove unneeded includes from ui folder
Martin Mathieson
2015-01-01
1
-14
/
+0
*
Fix filter valid/invalid test for multifield custom type
Michal Labedzki
2014-12-20
1
-2
/
+2
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
When including <epan/prefs.h> don't force inclusion of <epan/uat.h>
Jakub Zawadzki
2013-12-03
1
-1
/
+2
*
Rmove packet_info argument from packet_list_append(), never used.
Jakub Zawadzki
2013-11-24
1
-1
/
+1
*
After looking for something in the column-*.h files and
Jörg Mayer
2013-10-18
1
-1
/
+1
*
Remove fdata->opt_comment, add pkt_comment to pinfo
Jakub Zawadzki
2013-08-01
1
-16
/
+18
*
New Qt feature: Show related packet list items in the frame number
Gerald Combs
2013-07-08
1
-75
/
+5
*
#gtk #packet-list simplify, use gtk_tree_view_column_add_attribute() for text...
Jakub Zawadzki
2013-06-26
1
-15
/
+3
*
Eliminate some includes of ui/simple_dialog.h by files that don't use
Guy Harris
2013-05-13
1
-1
/
+0
*
From Michail Koreshkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...
Evan Huus
2013-03-21
1
-1
/
+1
*
From beroset:
Bill Meier
2013-03-21
1
-11
/
+11
*
Fix spelling/typos found using a list of commonly misspelled words.
Bill Meier
2013-02-26
1
-2
/
+2
*
Add column preferences.
Gerald Combs
2013-01-23
1
-1
/
+1
*
GTK+:
Gerald Combs
2013-01-22
1
-44
/
+0
*
Rename the "saved_val" preference element to "stashed_val" in order to
Gerald Combs
2013-01-18
1
-0
/
+1
*
Replace gtk_table...() with ws_gtk_grid...().
Bill Meier
2013-01-11
1
-17
/
+17
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-3
/
+3
*
Qt: Implement packet comments. Fix packet detail updates.
Gerald Combs
2012-12-23
1
-2
/
+10
*
Remove unneeded initializations, and one redundant if condition.
Evan Huus
2012-12-22
1
-1
/
+1
*
Get rid of now unused variable.
Anders Broman
2012-11-27
1
-1
/
+0
*
Start including info from Statistics/Summary.
Anders Broman
2012-11-27
1
-11
/
+0
*
Add comment syúmmary to GUI and add Capture comment from SHB.
Anders Broman
2012-11-26
1
-0
/
+12
*
Rudimentary code to show comments summary.
Anders Broman
2012-11-26
1
-0
/
+18
*
From Preben Guldberg:
Anders Broman
2012-11-22
1
-0
/
+47
*
From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
Alexis La Goutte
2012-10-11
1
-0
/
+2
*
Don't leak all of our column data in packet_list_recreate (I think we still leak
Evan Huus
2012-10-08
1
-0
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...
Jörg Mayer
2012-09-04
1
-100
/
+100
*
Rename new_packet_list.[ch] to packet_list.[ch]
Jörg Mayer
2012-09-04
1
-0
/
+1785