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 @ master

Name Size
  aclocal-fallback
  asn1
  capchild
  caputils
  cmake
  codecs
  debian
  diameter
  doc
  docbook
  dtds
  echld
  epan
  fix
  help
  idl
  image
  macosx-support-lib-patches
  packaging
  plugins
  profiles
  radius
  test
  tools
  tpncp
  ui
  wimaxasncp
  wiretap
  wsutil
.bzrignore 10 Bytes
.gitattributes 170 Bytes
.gitignore 3.55 KB
.gitreview 108 Bytes
AUTHORS 102 KB
CMakeLists.txt 41.6 KB
CMakeOptions.txt 3.36 KB
COPYING 26.9 KB
CPackConfig.txt 3.37 KB
ChangeLog 0 Bytes
ConfigureChecks.cmake 5.55 KB
INSTALL 9.86 KB
INSTALL.configure 7.65 KB
Makefile.am 36 KB
Makefile.am.inc 1.83 KB
Makefile.common 3.35 KB
Makefile.nmake 49.7 KB
Makefile.nmake.inc 965 Bytes
NEWS 9.12 KB
README 9.46 KB
README.DECT 1.24 KB
README.aix 11.7 KB
README.bsd 3.58 KB
README.cmake 7.15 KB
README.hpux 11.8 KB
README.linux 5.21 KB
README.macos 6.66 KB
README.tru64 1.65 KB
README.vmware 1.39 KB
README.windows 840 Bytes
abi-descriptor.template 353 Bytes
acinclude.m4 61.8 KB
aclocal-flags 5.06 KB
adns_dll.dep 1.53 KB
adns_dll.rc 2.58 KB
autogen.sh 4.22 KB
capinfos.c 44 KB
capture_info.c 12 KB
capture_info.h 2.32 KB
capture_opts.c 47 KB
capture_opts.h 12.6 KB
capture_stop_conditions.c 7.54 KB
capture_stop_conditions.h 1.06 KB
captype.c 6.92 KB
cfile.c 1.8 KB
cfile.h 6.22 KB
cfilters 515 Bytes
cmakeconfig.h.in 12.4 KB
color.h 1.95 KB
color_filters.c 23.9 KB
color_filters.h 6 KB
colorfilters 1.88 KB
conditions.c 6.73 KB
conditions.h 4.23 KB
config.guess 44.2 KB
config.h.win32 7.59 KB
config.nmake 55.7 KB
config.sub 34.7 KB
configure.ac 86.4 KB
dfilter_macros 0 Bytes
dfilters 659 Bytes
dftest.c 5.19 KB
doxygen.cfg.in 3.42 KB
doxygen_global.cfg 78.9 KB
dumpcap.c 190 KB
echld_test.c 9.61 KB
editcap.c 66.5 KB
extcap.c 15.9 KB
extcap.h 2.32 KB
extcap_parser.c 20.9 KB
extcap_parser.h 6.79 KB
file.c 165 KB
file.h 20.3 KB
fileset.c 10.2 KB
fileset.h 2.09 KB
frame_tvbuff.c 8.55 KB
frame_tvbuff.h 1.39 KB
globals.h 1.1 KB
ipmap.html 4.05 KB
log.h 1.31 KB
macosx-setup.sh 55.4 KB
make-version.pl 19.6 KB
manuf 1.34 MB
manuf.tmpl 3.35 KB
mergecap.c 18 KB
mkcap.c 18 KB
pcapio.c 28.6 KB
pcapio.h 5.46 KB
pdml2html.xsl 6.79 KB
randpkt.c 15.8 KB
rawshark.c 56.8 KB
register.h 2.03 KB
reordercap.c 11.6 KB
ringbuffer.c 9.34 KB
ringbuffer.h 1.77 KB
services 913 KB
smi_modules 315 Bytes
summary.c 6.69 KB
summary.h 4.51 KB
sync_pipe.h 3.16 KB
sync_pipe_write.c 3.15 KB
test.txt 9.27 KB
test.txt.rtf 10 KB
text2pcap-scanner.l 2.57 KB
text2pcap.c 69 KB
text2pcap.h 1.34 KB
tfshark.c 89.9 KB
trigcap.c 7.72 KB
tshark.c 143 KB
version_info.c 3.5 KB
version_info.h 1.83 KB
wireshark-mime-package.xml 4.27 KB
wireshark.desktop 3.23 KB
wireshark.dox 57 Bytes
wireshark.pc.in 369 Bytes
wka.tmpl 10.4 KB
ws_symbol_export.h 6.11 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 all revisions | View revisions

Also available in: Atom