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
/
capture_file_dlg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gtk: Remove source code
Roland Knall
2018-04-15
1
-2365
/
+0
*
Separately count all records and data records.
Guy Harris
2018-02-10
1
-23
/
+34
*
Put the preview-generation loop into a common routine.
Guy Harris
2018-02-09
1
-53
/
+19
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-4
/
+4
*
Get rid of unneeded #includes.
Guy Harris
2018-02-08
1
-2
/
+0
*
Don't assume all packets have time stamps.
Guy Harris
2018-02-07
1
-31
/
+43
*
Use pcapng as the name of the file format.
Guy Harris
2018-01-09
1
-5
/
+5
*
Remove superfluous null-checks before strdup/free
Ahmad Fatoum
2017-10-15
1
-4
/
+2
*
Rename ui_util.h -> ws_ui_util.h
Peter Wu
2017-10-15
1
-1
/
+1
*
Qt: Show merge progress.
Gerald Combs
2017-01-21
1
-3
/
+3
*
Have separate merge APIs for regular file/temporary file/standard output.
Guy Harris
2016-12-04
1
-4
/
+3
*
Remove name resolution from the file dialogs.
Gerald Combs
2016-09-09
1
-71
/
+19
*
Don't close Wireshark (GTK) if user cancels Save on Close.
Michael Mann
2016-06-22
1
-13
/
+18
*
Accept any users choice on file close CID-703318
Jaap Keuter
2016-03-03
1
-1
/
+1
*
No need for toolkit-dependent color initialization.
Guy Harris
2016-01-01
1
-1
/
+1
*
Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...
Michael Mann
2015-12-28
1
-5
/
+10
*
Qt: Fix a merge crash.
Gerald Combs
2015-11-17
1
-1
/
+1
*
Clean up includes of unistd.h, fcntl.h, and sys/stat.h.
Guy Harris
2015-11-07
1
-4
/
+0
*
Clean up ftype-conversion and dfilter error message string handling.
Guy Harris
2015-01-18
1
-4
/
+8
*
capture file dlg (GTK): Nesting level does not match indendation (CID 1159217)
Alexis La Goutte
2015-01-07
1
-1
/
+2
*
Allow wtap_read() and wtap_seek_read() to return records other than packets.
Guy Harris
2014-05-24
1
-3
/
+3
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-20
/
+15
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-15
/
+20
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-6
/
+6
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-6
/
+6
*
Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'
Hadriel Kaplan
2014-03-21
1
-2
/
+2
*
Migrate GTK icon handling to GTK 3.10 API
Balint Reczey
2014-03-11
1
-2
/
+2
*
win32: Implement format type selector in open file dialog
Michal Labedzki
2014-03-04
1
-1
/
+1
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Use correct macro to really fix MacOSX buildbot
Evan Huus
2014-02-25
1
-3
/
+3
*
Include old-gtk-compat.h to fix build.
Evan Huus
2014-02-25
1
-0
/
+1
*
Wireshark: Add option to choose format type of capture file
Michal Labedzki
2014-02-25
1
-5
/
+26
*
Split the GUI and the tap part to make it possible to adapt to Qt.
Anders Broman
2014-01-20
1
-1
/
+1
*
Move the epan/filesystem.c routines to wsutil; they're not specific to
Guy Harris
2013-11-17
1
-1
/
+1
*
Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.
Jakub Zawadzki
2013-11-09
1
-1
/
+1
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-9
/
+10
*
Remove GTK+ and global cfile dependencies from file_dlg_win32.c.
Gerald Combs
2013-10-11
1
-2
/
+2
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2013-09-02
1
-1
/
+0
*
The export PDU mechanism creates a new capture which contains only the
Martin Kaiser
2013-08-21
1
-0
/
+70
*
Move merge.{h,c} into wiretap: these modules use wiretap to merge files.
Jeff Morriss
2013-07-16
1
-2
/
+3
*
Move some more modules into epan.
Jeff Morriss
2013-07-11
1
-1
/
+0
*
Give file_selection_new() an argument to specify the parent window of
Guy Harris
2013-05-14
1
-7
/
+7
*
Fix indentation.
Guy Harris
2013-05-14
1
-1
/
+1
*
Use gtk_dialog_set_alternative_button_order() to set the "alternative"
Guy Harris
2013-05-14
1
-68
/
+31
*
Eliminate some includes of ui/simple_dialog.h by files that don't use
Guy Harris
2013-05-13
1
-1
/
+0
*
Rename cf_not_saved() to cf_has_unsaved_data() to clarify what it
Guy Harris
2013-04-02
1
-2
/
+2
*
Add routines to file.c to indicate whether:
Guy Harris
2013-04-01
1
-7
/
+6
*
Add a wtap_dump_can_write() routine that indicates whether Wiretap
Guy Harris
2013-04-01
1
-12
/
+2
*
Define a collection of bits for different types of capture file comments.
Guy Harris
2013-04-01
1
-47
/
+52
*
From beroset:
Bill Meier
2013-03-21
1
-6
/
+6
[next]