The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / ui @ master

Name Size
  cli
  gtk
  qt
  win32
CMakeLists.txt 1.76 KB
Makefile.am 2.3 KB
Makefile.common 2.82 KB
Makefile.nmake 2.25 KB
alert_box.c 4.18 KB
alert_box.h 2.08 KB
capture.c 25.9 KB
capture.h 3.19 KB
capture_globals.h 1.4 KB
capture_ui_utils.c 14.8 KB
capture_ui_utils.h 3.82 KB
conversation_ui.c 1.74 KB
conversation_ui.h 1.96 KB
decode_as_utils.c 10.4 KB
decode_as_utils.h 2.58 KB
doxygen.cfg.in 3.11 KB
export_object.c 6.17 KB
export_object.h 2.67 KB
export_object_dicom.c 2.57 KB
export_object_http.c 2.46 KB
export_object_smb.c 16.6 KB
export_object_tftp.c 4.67 KB
file_dialog.h 1.62 KB
filters.c 15.4 KB
filters.h 2.8 KB
follow.c 2.91 KB
follow.h 2.1 KB
help_url.c 10.6 KB
help_url.h 5.01 KB
iface_lists.c 19.1 KB
iface_lists.h 1.88 KB
io_graph_item.c 4.63 KB
io_graph_item.h 11.8 KB
last_open_dir.h 1.47 KB
main_statusbar.h 2.48 KB
packet_list_utils.c 3.43 KB
packet_list_utils.h 1.85 KB
persfilepath_opt.c 2.57 KB
persfilepath_opt.h 1.38 KB
preference_utils.c 8.27 KB
preference_utils.h 2.84 KB
profile.c 12.9 KB
profile.h 3.47 KB
progress_dlg.h 3.95 KB
proto_hier_stats.c 9.05 KB
proto_hier_stats.h 1.42 KB
recent.c 47 KB
recent.h 7.64 KB
recent_utils.h 2.77 KB
rtp_analysis.h 3.6 KB
rtp_stream.h 5.32 KB
simple_dialog.h 6.93 KB
software_update.c 4.11 KB
software_update.h 1.74 KB
ssl_key_export.c 2.63 KB
ssl_key_export.h 1.68 KB
tap-megaco-common.c 4.35 KB
tap-megaco-common.h 2.77 KB
tap-rtp-common.c 24.4 KB
tap-rtp-common.h 1.5 KB
tap-sctp-analysis.c 37.4 KB
tap-sctp-analysis.h 11.9 KB
tap-sequence-analysis.c 19 KB
tap-sequence-analysis.h 4.2 KB
tap-tcp-stream.c 13.2 KB
tap-tcp-stream.h 3.86 KB
tap_export_pdu.c 8.24 KB
tap_export_pdu.h 1.44 KB
text_import.c 31 KB
text_import.h 2.48 KB
text_import_scanner.h 1.79 KB
text_import_scanner.l 2.79 KB
time_shift.c 13.8 KB
time_shift.h 3.35 KB
ui_util.h 3.4 KB
utf8_entities.h 1.78 KB
util.c 11.1 KB
util.h 2.38 KB

Latest revisions

# Date Author Comment
62b8a3de 12/07/2014 09:34 PM Brandi

Time stamp finally fixed we can all die happy now

a03a3370 12/06/2014 12:26 PM Justin

Adds the header file changes I forgot to push

f8c103e5 12/04/2014 05:48 PM Justin

I noticed a particular bit of ambiguity on where one of the feature requests is. As such, here is the other possibility

baa88080 12/01/2014 11:16 PM Justin

Merge branch 'master' of https://cs.fit.edu/code/git/cse2410_fall2014_thepassiveaggressors

8abd27f7 12/01/2014 11:12 PM Justin

Adds a checkbox to toggle between ascii and unicode text in follow tcp stream, as well as a check box which, when checked, causes wireshark to generate an accompanying rtf file whenever a new capture is saved

0242623e 12/01/2014 09:44 PM Justin

Fixed the packet deselection crash bug

1aa7e586 11/28/2014 06:31 PM Anastasios Vidas

I fixed the newline bug, but not as expected. The way that Wireshark parses the Packet Comments is actually in the epan/dissectors folder. Fixing it in QT will break it in GTK. Fixing this so that it displays correctly in both GTK and QT will require a huge refactoring of Wireshark's core code. So, what I did was treat a newline as a sentence. This way, every newline is a period with 2 spaces. This way, packet comments are still organized neatly and without chopping off the full comment.

2b5741cc 11/25/2014 11:05 AM Anastasios Vidas

Commiting a fix for a bug I actually created. What happened was that whenever the Hide Main Window during capture checkbox was set to true, and no other windows were open, it would be impossible to close Wireshark via a GUI because all of the windows would disappear. I changed this so that Wireshark only minimizes the main Window. I think this makes more sense as the window is minimized and not destroyed.

210d8c6f 11/20/2014 09:43 PM Anastasios Vidas

Ok, I should explain the last commit. I added a QAction, or a tick mark, under the Edit menu. So If you click on Hide Main Window During Cpature under the Edit menu, it will add a checkbox. This commit I updated \\ui\qt\main_window_slots.cpp to hide the main Window if this option is checked. Looks like Bug 4291 is fixed! However,..I haven't tested it. So if someone could verify that this works I would think you're the best person ever.

954a144f 11/20/2014 08:30 PM Anastasios Vidas

Update QAction onto Edit Bar on QT Version

View revisions

Also available in: Atom