aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-28Build 1.9.2.Gerald Combs2-59/+125
2013-03-28Add a little shell script to install all the RPMs necesary to do WiresharkJeff Morriss2-0/+68
2013-03-28Register a dissector table for Normal Vendor/Organization Specific Extension(...Anders Broman2-18/+142
2013-03-28Fix Coverity CID's 280305-280306: Negative loop bound. (These are yet more a...Chris Maynard1-7/+7
2013-03-28Fix the remaining instances of Coverity CID's 741992 and 986498, which should...Chris Maynard2-3/+3
2013-03-28Fix Coverity CID's 281433 and 281434: Unintended sign extension. (18 instances)Chris Maynard1-20/+22
2013-03-28first_flag should be static.Chris Maynard1-1/+1
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-1/+2
2013-03-28From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8506Evan Huus1-7/+5
2013-03-28Fix the incorrectly duplicated display filter for hf_kdsp_source_name.Chris Maynard1-1/+1
2013-03-28If wireshark is started with a file and a display filter, apply the displayEvan Huus1-9/+10
2013-03-28Fix the incorrectly duplicated display filter for hf_gearman_data_content.Chris Maynard1-1/+1
2013-03-28Properly dissect lat and long according to 3GPP TS 23.032. Fix incorrect dis...Chris Maynard1-15/+20
2013-03-28Simplify the check for rpmbuild's version.Jeff Morriss1-6/+12
2013-03-28Add dissection of Terminal Profile byte 32Pascal Quantin1-0/+64
2013-03-28Fix distcheck: put wssplash.h in noinst_HEADERS.Jeff Morriss1-0/+1
2013-03-28-Wmissing-prototypesAnders Broman40-119/+224
2013-03-28Make that wssplash *underscore* dev dot pngJaap Keuter1-1/+1
2013-03-28Distribute the shiny new splash screen logos.Jaap Keuter1-2/+2
2013-03-28Follow up on bug 8416.Jaap Keuter14-73/+73
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus3-2/+6
2013-03-28ISCSI: When printing the task management function, strip of the high bit whic...Ronnie Sahlberg1-1/+1
2013-03-27It looks like GLib 2.36.0 was released on the 25th as well, although IGerald Combs1-0/+1
2013-03-27Fix the incorrectly duplicated display filter for hf_ixveriwave_vw_info_retry...Chris Maynard1-1/+1
2013-03-27Fix another incorrectly duplicated display filter, this time for hf_gsm_map_e...Chris Maynard2-4/+4
2013-03-27Add the new splash image. Designed by Elliott Aldrich. Switch the splashGerald Combs15-1518/+1917
2013-03-27From Johannes Berg via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=85...Alexis La Goutte1-0/+3
2013-03-27Regenerate the dissector.Chris Maynard1-5/+5
2013-03-27Fix the incorrectly duplicated display filter for hf_gsm_map_dlci.Chris Maynard2-2/+2
2013-03-27Fix the incorrectly duplicated display filters for hf_tp_bip_tcp_local and hf...Chris Maynard1-2/+2
2013-03-27Fix the incorrectly duplicated display filter for hf_om2k_cbi.Chris Maynard1-1/+1
2013-03-27Add items for WinPcap 4.1.3 and the new icons.Gerald Combs1-0/+3
2013-03-27Fix dist.Gerald Combs1-1/+2
2013-03-27From G.Gerrits via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8501 H...Alexis La Goutte1-77/+343
2013-03-27Add an interface list icon. Some of the new capture icons were 1 pixelGerald Combs141-1260/+1588
2013-03-27Loop the timing test 128 times so that statistics work more in our favour.Evan Huus1-11/+15
2013-03-27From Hadriel Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8223Evan Huus5-37/+166
2013-03-27Add a timing test to check that the block allocator is actually faster than theEvan Huus1-0/+42
2013-03-27Fix bug 8524 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8524) and s...Irene Rüngeler1-18/+37
2013-03-27Generalize the allocator test function and use it to test the simple andEvan Huus1-14/+66
2013-03-27From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8531 :Pascal Quantin1-3/+3
2013-03-27Copy over a missing flag in the block allocator to fix the build-bot failureEvan Huus1-1/+7
2013-03-27Remove searching in $prefix for packages as requested in bug 6011 and bug 7926.Stig Bjørlykke1-23/+0
2013-03-27From Peter Hatina:Anders Broman1-4/+6
2013-03-27It's 2013.Gerald Combs1-1/+1
2013-03-27Add the release date for GTK+ 3.8.0.Gerald Combs1-0/+1
2013-03-27tvb_reported_length_remaining() can return -1, so be sure to properly handle ...Chris Maynard1-3/+3
2013-03-27Fix Coverity CID 281471: Logically dead code. (addr_type can only be 1 or 2 ...Chris Maynard1-4/+2
2013-03-27Run the wmem unit tests with --verbose (provided by glib) so that ifEvan Huus1-1/+5
2013-03-27Fix -Wshadow that happens with some old versions of gcc (not mine, for someEvan Huus2-19/+20