aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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 Maynard1-2/+2
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 Maynard1-1/+1
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-27From G.Gerrits via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8501 H...Alexis La Goutte1-77/+343
2013-03-27Loop the timing test 128 times so that statistics work more in our favour.Evan Huus1-11/+15
2013-03-27Add a timing test to check that the block allocator is actually faster than theEvan Huus1-0/+42
2013-03-27Generalize the allocator test function and use it to test the simple andEvan Huus1-14/+66
2013-03-27Copy over a missing flag in the block allocator to fix the build-bot failureEvan Huus1-1/+7
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-27Fix -Wshadow that happens with some old versions of gcc (not mine, for someEvan Huus2-19/+20
2013-03-27Greatly improve wmem tests, including random fuzz-style testing. ImproveEvan Huus2-21/+112
2013-03-26add program number to the cc item treeMartin Kaiser1-0/+2
2013-03-26Add checksum_bad, set to FALSE to the tree when the checksum is correct. Use...Chris Maynard2-9/+18
2013-03-26Make the oid memeber a const.Anders Broman1-1/+1
2013-03-26Fix two errors in ieee80211_status_code - one out-of-order entry and oneGuy Harris1-2/+2
2013-03-26Give better diagnostics for "Extended value string XXX forced to fallGuy Harris1-6/+13
2013-03-25Include a message with all ReassemblyError exceptions; they're expectedGuy Harris1-1/+1
2013-03-25Fix RFC number.Guy Harris1-1/+1
2013-03-25From Dario Lombardo, Alexander Chemeris and Ivan Klyuchnikovhis viaEvan Huus4-0/+1004
2013-03-25Fix compilation with C++ warnings enabled: use enum values instead of rawJeff Morriss1-2/+2
2013-03-25From Roland Knall via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8502Evan Huus2-2/+42
2013-03-25From Audric Schiltknecht via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus1-5/+5
2013-03-24Squelch some "casting away constness" warnings.Guy Harris2-3/+3
2013-03-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8517 :Pascal Quantin1-6/+6
2013-03-24Do not initialize ett_tree and msg_fcn_p when match_strval_idx_ext does not f...Pascal Quantin3-8/+16
2013-03-24Put items into the protocol tree as we extract them, so that the headerGuy Harris1-46/+50
2013-03-24Don't cast away constness.Guy Harris1-3/+3
2013-03-24Replace implicit conversions with explicit casts.Guy Harris1-4/+4
2013-03-24Replace implicit conversion with explicit cast.Guy Harris1-1/+1
2013-03-24From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8514Evan Huus1-31/+43
2013-03-24Don't load the hosts file in epan_init, it's loaded when opening a fileAnders Broman1-1/+1
2013-03-24[Automatic manuf, services and enterprise-numbers update for 2013-03-24]Gerald Combs1-13/+209
2013-03-24make local functions static.Anders Broman1-1/+1
2013-03-24Fix a few small bugs in the block allocator and add some more assertions to itEvan Huus2-45/+46
2013-03-24Add const casts and make local functions static.Anders Broman2-18/+18
2013-03-24Do not initialize ett_tree and dtap_msg_fcn when match_strval_idx does not fi...Pascal Quantin2-14/+35
2013-03-24Initial simple block allocator tests, not being run by default because they'reEvan Huus3-25/+93
2013-03-24Correctly label checksums not checked due to the packet in questionGuy Harris1-4/+9
2013-03-23Add wmem unit test binary (still empty) to nmake build and toEvan Huus1-1/+17
2013-03-23Add exntest.c and tvbtest.c to the set of test program source files.Guy Harris1-0/+6
2013-03-23Build reassembly_test.c *without* -DWS_BUILD_DLL, as it's not part ofGuy Harris1-5/+36
2013-03-23Get rid of the DCE RPC stuff; these tests should test the code path forGuy Harris1-101/+2
2013-03-23Extend dissection of TLVs.Jaap Keuter1-44/+87
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1