aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add checksum_bad, set to FALSE to the tree when the checksum is correct. Use...Chris Maynard2013-03-262-9/+18
* Add new application icons. Designed by Elliott Aldrich.Gerald Combs2013-03-2630-0/+0
* Fix Coverity CID 990752: Unused pointer value. (column was previously unused)Chris Maynard2013-03-261-9/+9
* Fix c++-compat errors if WANT_PACKET_EDITOR is defined.Evan Huus2013-03-261-7/+7
* Align a bit more with upstream.Anders Broman2013-03-262-13/+17
* Make the oid memeber a const.Anders Broman2013-03-262-2/+2
* From Jim Young:Anders Broman2013-03-263-5/+5
* Fix two errors in ieee80211_status_code - one out-of-order entry and oneGuy Harris2013-03-261-2/+2
* Give better diagnostics for "Extended value string XXX forced to fallGuy Harris2013-03-261-6/+13
* Include a message with all ReassemblyError exceptions; they're expectedGuy Harris2013-03-251-1/+1
* Fix RFC number.Guy Harris2013-03-251-1/+1
* Wiretap file open routines should not free wth->priv on error, since thatEvan Huus2013-03-257-33/+8
* Add two new dissectors to release notes.Evan Huus2013-03-251-0/+2
* From Dario Lombardo, Alexander Chemeris and Ivan Klyuchnikovhis viaEvan Huus2013-03-255-0/+1007
* Fix compilation with C++ warnings enabled: use enum values instead of rawJeff Morriss2013-03-251-2/+2
* From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8502Evan Huus2013-03-252-2/+42
* From Audric Schiltknecht via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus2013-03-251-5/+5
* From Michal Labedzki: linktype_val_to_name() returns a string, not aGuy Harris2013-03-251-3/+1
* The capture options edit dialog is a dialog, not a menu, so don't useGuy Harris2013-03-251-2/+2
* Add a few missing explicit castsPascal Quantin2013-03-252-2/+2
* Also register for gzip'd network captures.Jeff Morriss2013-03-251-0/+12
* Squelch some "casting away constness" warnings.Guy Harris2013-03-242-3/+3
* add casts for ws_gtk_grid_attach_extended()Martin Kaiser2013-03-241-9/+18
* add missing castMartin Kaiser2013-03-241-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8517 :Pascal Quantin2013-03-242-12/+12
* Do not initialize ett_tree and msg_fcn_p when match_strval_idx_ext does not f...Pascal Quantin2013-03-243-8/+16
* Put items into the protocol tree as we extract them, so that the headerGuy Harris2013-03-241-46/+50
* Don't cast away constness.Guy Harris2013-03-241-3/+3
* Thanks to a ton of patches from Ed Beroset and some other changes,Guy Harris2013-03-241-6/+1
* Replace implicit conversions with explicit casts.Guy Harris2013-03-243-5/+6
* Replace implicit conversions with explicit casts.Guy Harris2013-03-241-4/+4
* Replace implicit conversion with explicit cast.Guy Harris2013-03-241-1/+1
* Forget about the show and hide dance.Jaap Keuter2013-03-241-8/+0
* From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8514Evan Huus2013-03-241-31/+43
* Set the height to fit the interfaces actually shown.Jaap Keuter2013-03-241-2/+2
* Redissect extra packet windows in all cases (that I know of) where weEvan Huus2013-03-248-24/+79
* [NPL] another weekend work.Jakub Zawadzki2013-03-243-106/+359
* Don't load the hosts file in epan_init, it's loaded when opening a fileAnders Broman2013-03-241-1/+1
* From beroset:Anders Broman2013-03-241-9/+15
* [Automatic manuf, services and enterprise-numbers update for 2013-03-24]Gerald Combs2013-03-243-19/+298
* make local functions static.Anders Broman2013-03-241-1/+1
* Fix a few small bugs in the block allocator and add some more assertions to itEvan Huus2013-03-242-45/+46
* Add const casts and make local functions static.Anders Broman2013-03-242-18/+18
* Do not initialize ett_tree and dtap_msg_fcn when match_strval_idx does not fi...Pascal Quantin2013-03-242-14/+35
* Initial simple block allocator tests, not being run by default because they'reEvan Huus2013-03-243-25/+93
* Correctly label checksums not checked due to the packet in questionGuy Harris2013-03-241-4/+9
* Add wmem unit test binary (still empty) to nmake build and toEvan Huus2013-03-232-1/+23
* Add exntest.c and tvbtest.c to the set of test program source files.Guy Harris2013-03-231-0/+6
* Build reassembly_test.c *without* -DWS_BUILD_DLL, as it's not part ofGuy Harris2013-03-231-5/+36
* Get rid of the DCE RPC stuff; these tests should test the code path forGuy Harris2013-03-231-101/+2