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
/
file.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qt: Show merge progress.
Gerald Combs
2017-01-21
1
-3
/
+6
*
Rename packet-range.[ch] to packet_range.[ch]
Michael Mann
2016-12-16
1
-1
/
+1
*
Get rid of some GTK+-only routines in file.c.
Guy Harris
2016-12-12
1
-15
/
+0
*
Mark routines GTK+ only.
Gerald Combs
2016-12-12
1
-0
/
+1
*
Have separate merge APIs for regular file/temporary file/standard output.
Guy Harris
2016-12-04
1
-6
/
+6
*
Mark the file as having unsaved data if you change address resolution.
Guy Harris
2016-07-18
1
-0
/
+10
*
Qt: Clean up capture file callbacks.
Gerald Combs
2016-06-27
1
-8
/
+8
*
Add JSON export to Qt/GTK UI
Pascal Quantin
2016-06-20
1
-0
/
+9
*
Don't show a progress bar when previewing for the Qt print dialog.
Guy Harris
2016-03-01
1
-1
/
+3
*
Rework tapping in Qt dialogs.
Gerald Combs
2015-08-26
1
-0
/
+2
*
Keep a captured-packet count in a capture_session and use that.
Guy Harris
2015-04-06
1
-8
/
+0
*
Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.
Guy Harris
2015-01-01
1
-5
/
+0
*
Qt: Add a CaptureFile class.
Gerald Combs
2014-12-20
1
-1
/
+19
*
file.c isn't in a DLL, so what it exports shouldn't be WS_DLL_PUBLIC.
Guy Harris
2014-10-21
1
-1
/
+0
*
Export cf_set_frame_edited().
Guy Harris
2014-10-20
1
-0
/
+1
*
Fix support for writing out edited records.
Guy Harris
2014-10-20
1
-0
/
+12
*
Always put editor-modelines at the end of the file ...
Bill Meier
2014-10-14
1
-2
/
+2
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-12
1
-4
/
+17
*
Allow wtap_read() and wtap_seek_read() to return records other than packets.
Guy Harris
2014-05-24
1
-14
/
+14
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-16
/
+15
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-15
/
+16
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Wireshark: Add option to choose format type of capture file
Michal Labedzki
2014-02-25
1
-1
/
+2
*
cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...
Jeff Morriss
2013-10-11
1
-12
/
+0
*
Global variables considered harmful.
Guy Harris
2013-08-14
1
-1
/
+1
*
Fix (-W)documentation error found by Clang
Alexis La Goutte
2013-08-10
1
-2
/
+2
*
Remove fdata->opt_comment, add pkt_comment to pinfo
Jakub Zawadzki
2013-08-01
1
-2
/
+4
*
Move the print modules into epan.
Jeff Morriss
2013-07-12
1
-1
/
+1
*
Move some more modules into epan.
Jeff Morriss
2013-07-11
1
-1
/
+1
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-3
/
+3
*
Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.
Evan Huus
2013-04-26
1
-3
/
+3
*
Rename cf_not_saved() to cf_has_unsaved_data() to clarify what it
Guy Harris
2013-04-02
1
-1
/
+1
*
Add routines to file.c to indicate whether:
Guy Harris
2013-04-01
1
-2
/
+27
*
Define a collection of bits for different types of capture file comments.
Guy Harris
2013-04-01
1
-3
/
+3
*
Export libwireshark symbols using WS_DLL_PUBLIC define
Balint Reczey
2013-03-01
1
-0
/
+1
*
Fix spelling/typos found using a list of commonly misspelled words.
Bill Meier
2013-02-26
1
-5
/
+5
*
Fix "file.h:56:21: warning: comma at end of enumerator list".
Gerald Combs
2013-01-02
1
-1
/
+1
*
volatile fixes.
Jakub Zawadzki
2012-10-22
1
-1
/
+1
*
Fix warning: file.c(776) : warning C4028: formal parameter 2 different from d...
Jakub Zawadzki
2012-10-22
1
-1
/
+1
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-1
/
+1
*
Add a capture_file * element to packet_range_t and pass it explicitly in
Gerald Combs
2012-10-05
1
-3
/
+1
*
Add a cf_cb_file_opened callback and use it instead of calling
Gerald Combs
2012-09-26
1
-0
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Only allow "Save" if
Guy Harris
2012-06-25
1
-2
/
+2
*
Handle the case where the user has added comments to a file that's not
Guy Harris
2012-06-20
1
-0
/
+8
*
If the file has an SHB comment or any packet comments, and the user
Guy Harris
2012-06-20
1
-0
/
+12
*
If we do a Save or Save As with a move, don't reread the capture file,
Guy Harris
2012-06-05
1
-0
/
+3
*
Distinguish between "failed" and "user stopped it" for "save as" and
Guy Harris
2012-06-05
1
-10
/
+23
*
g_filename_display_basename() returns a g_mallocated string, so its
Guy Harris
2012-06-03
1
-2
/
+2
*
Use GTK+'s GtkMessageDialog for the questions we ask in the process of
Guy Harris
2012-05-25
1
-1
/
+5
[next]