Revision:

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

d04ec412 08/27/2014 05:17 PM Guy Harris

Use FreeRADIUS's warning pragma controls to suppress Apple complaints.

Apple would really rather that you use their Shiny Happy Frameworks
rather than those crufty old cross-platform APIs. We are a
cross-platform program, and will use platform-specific APIs only if...

1b3bc9b7 08/27/2014 12:18 PM Bill Meier

checkhf.pl: (Trivial) remove trailing whitespace.

Change-Id: I37ece54d936541b5d92e8c323ffeb429d9cc5f33
Reviewed-on: https://code.wireshark.org/review/3879
Reviewed-by: Bill Meier <>

f4b135c1 08/27/2014 11:49 AM Bill Meier

packet-mausb.c: proto-reg-handoff() fixes

- proto_reg_handoff...():
Fix handling of tcp port pref change;
Rename 'gPORT_PREF' to 'mausb_tcp_port_pref';
Do 'dissector_add_uint("llc.mausb_pid",..)' only once;

Change-Id: Ic4498560f61d0ce95f8109c3a1bb3c407221269b...

cac381b3 08/27/2014 11:42 AM Pascal Quantin

E.164: update list to Operational Bulletin No. 1057 (1.VIII.2014)

Change-Id: If1767dcf9a533d10e0ac946a2f31d7f58ea7b01c
Reviewed-on: https://code.wireshark.org/review/3875
Petri-Dish: Pascal Quantin <>
Tested-by: Petri Dish Buildbot <>...

41764ec2 08/27/2014 10:39 AM Pascal Quantin

E.212: update list to Operational Bulletin No. 1058 (15.VIII.2014)

Change-Id: I79d12c4699df01f3435fae5342aa5ec295316959
Reviewed-on: https://code.wireshark.org/review/3874
Petri-Dish: Pascal Quantin <>
Tested-by: Petri Dish Buildbot <>...

2263b73a 08/26/2014 03:40 PM Alexis La Goutte

CAPWAP : Fix wrong offset for AC Name with Priority

Thanks to Massimo Velluci for sample

Change-Id: Ibab2658c2c11c9940d3fdebb0bdc42752d57e1ae
Reviewed-on: https://code.wireshark.org/review/3871
Reviewed-by: Alexis La Goutte <>

c6120297 08/26/2014 03:37 PM Sean O. Stalley

Exclude MA USB TransferAck's from USB conversation

the usb_trans_info struct only understands Requests & Responses.
TransferAcks are currently treated as responses, which throws off
the Request/Response pairing & dissection.

This patch fixes tracking in the case when a TransferAck & TransferReq...

d6aa77d8 08/26/2014 02:58 PM Diederik de Groot

Skinny:

Do not try to create a wmem_strbuf whose size is bigger than the max size allowed -> using wmem_strbuf_new instead of wmem_strbuf_sized_new (Evan Huus)
While we are at it, fix errors spotted by the pre-commit tools/SkinnyProtocolOptimized -> Did not get any, can you specify which errors ? (Pascal Quantin)...

efd95341 08/26/2014 11:22 AM Alexis La Goutte

Add custom_layer_chm.xsl to UNKNOWN (fix checklicence)

Change-Id: I4c336f21f721443e83eca7b9bf8d7a6138b367f4
Reviewed-on: https://code.wireshark.org/review/3827
Petri-Dish: Alexis La Goutte <>
Reviewed-by: Jeff Morriss <>

88a3b302 08/26/2014 10:58 AM Pascal Quantin

Extcap: prevent a GLib assert when interface_opts.extcap_args is NULL

I was able to trigger it when trying to change the options of extcap_example.py interface

Change-Id: I9ecff51d47b3ef6e178637b31d49af46a1928acd
Reviewed-on: https://code.wireshark.org/review/3822...

e28f4904 08/26/2014 10:57 AM Pascal Quantin

Extcap: restore compatibility with GLib 2.16.0

While we are at it, fix what seem to be a memory leak in extcaps_init_initerfaces()

Change-Id: I1bb9a1b44d16f986eedd192b15cce84c5881a917
Reviewed-on: https://code.wireshark.org/review/3820
Reviewed-by: Roland Knall <>...

8fee04ab 08/26/2014 09:50 AM Pascal Quantin

USB: fix dissection of non standard USB setup requests

Otherwise captures like the one found in bug 8161 do not dissect properly anymore (sub dissector is called twice)

While we are at it, reorganize functions order to void a forward declaration

Change-Id: Id02ef835ba24981902a1702f976db099fa07b0fd...

ff597225 08/26/2014 08:09 AM Pascal Quantin

USB: get rid of the remaining proto_tree_add_text instances

Change-Id: I6acaa32745e32ec5728874549e420468499d9b24
Reviewed-on: https://code.wireshark.org/review/3860
Reviewed-by: Pascal Quantin <>

7836a714 08/26/2014 08:07 AM Pascal Quantin

Skinny: do not try to create a wmem_strbuf whose size is bigger than the max size allowed

While we are at it, fix errors spotted by the pre-commit tools/SkinnyProtocolOptimized

Bug: 10409
Change-Id: Ic84632e0563f801239603534121e3487cf0d6d24
Reviewed-on: https://code.wireshark.org/review/3861...

338f6aca 08/26/2014 04:06 AM Josip Medved

Added Authentication-Method and afew other AVPs that appear in the SIP-Auth-Data-Item grouped AVP.

Change-Id: Ie90ec71d8d574d38f32a5ff3de6ad5433b9e5e9f
Reviewed-on: https://code.wireshark.org/review/3823
Reviewed-by: Anders Broman <>

1 2 3 ... 2183 (1-25/54569) Per page: 25, 50, 100

Also available in: Atom