aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-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-28Add dissection of Terminal Profile byte 32Pascal Quantin1-0/+64
2013-03-28-Wmissing-prototypesAnders Broman20-117/+171
2013-03-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2-1/+3
2013-03-28ISCSI: When printing the task management function, strip of the high bit whic...Ronnie Sahlberg1-1/+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 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