summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-6/+67
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus18-242/+199
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus7-408/+450
2013-03-30coverity 993742: potential division by zeroMartin Kaiser1-3/+6
2013-03-30fix indentation in one placeMartin Kaiser1-5/+6
2013-03-30coverity 280417: logically dead codeMartin Kaiser1-6/+1
2013-03-30From Tyson Key:Jaap Keuter1-4/+40
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus3-25/+2933
2013-03-30dissect CI+ Protection DescriptorMartin Kaiser1-9/+70
2013-03-30use proto_mpeg_descriptor_loop_dissect() in the SDT descriptor loopMartin Kaiser1-5/+2
2013-03-30Note to self: stop using 'index' as a variable name, it triggers -Wshadow onEvan Huus1-4/+4
2013-03-29Implement str_to_val, opposite of val_to_str for value_strings.Evan Huus2-0/+52
2013-03-29Bump two guint16 to guint32 to prevent overflow when reassembling a largeEvan Huus1-3/+3
2013-03-29Add some missing #includes to hopefully fix check-abi buildbot.Evan Huus2-0/+3
2013-03-29From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus2-666/+1703
2013-03-29From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-57/+57
2013-03-29Add support for new version of the ID which has been adopted as a WG item.Michael Tüxen1-23/+122
2013-03-29Fix two instances of col_set_str being used with ephemeral memory returnedEvan Huus2-2/+2
2013-03-29Remove decode_enumerated_bitfield and decode_enumerated_bitfield_shifted.Evan Huus3-51/+31
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus120-453/+402
2013-03-28Greatly clean up value_string.cEvan Huus1-342/+380
2013-03-28Include glib.h in emem.h, it needs the definitionsEvan Huus1-0/+2
2013-03-28Fix incorrectly duplicated display filter for hf_openwire_throwable_linenumber.Chris Maynard1-1/+1
2013-03-281.9.2 → 1.9.3.Gerald Combs1-1/+1
2013-03-28The uniqueness bit occurs in 2 different places, so go ahead and use both hf_...Chris Maynard1-2/+2
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