aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.stig2-2/+11
2011-10-25Fix proto_tree_add_item() encoding args.wmeier1-62/+62
2011-10-25Display BASE_DEC_HEX correct for int64/uint64.stig1-2/+2
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier7-779/+779
2011-10-25Fix encoding arg for call to tvb_get_unicode_string().wmeier1-1/+1
2011-10-25Fix Coverity CID 432, "Missing Break".cmaynard1-1/+1
2011-10-25Added another Lua warning:stig1-0/+2
2011-10-25Added Lua error messages when:stig1-0/+7
2011-10-25Added missing support for FT_INT64 in proto_tree_add_bits_format_value().stig1-0/+5
2011-10-25Simplified code checking if FT_UINT64 is displayed as BASE_NONE.stig1-7/+1
2011-10-25Allow signed integers displayed as DEC_HEX.stig1-1/+0
2011-10-25Fixed using signed 64-bits integer in custom column.stig1-0/+3
2011-10-25Revert "Allow value_strings for FT_INT64 and FT_UINT64.", as westig1-2/+0
2011-10-25Allow value_strings for FT_INT64 and FT_UINT64.stig1-0/+2
2011-10-25Add missing semicolon.guy1-1/+1
2011-10-25 Try to get rid of "defined but not used" warnings.etxrab2-1697/+26
2011-10-25From Neil Piercy:etxrab1-5/+5
2011-10-25From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6446 :morriss1-60/+41
2011-10-25From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6470 :morriss1-10/+21
2011-10-25From Thomas Loockx via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=63...morriss2-5/+293
2011-10-24Fix encoding arg for a proto_tree_add_bitmask() function call.wmeier1-1/+1
2011-10-24Fix encoding arg for various fcn calls:wmeier48-907/+907
2011-10-24Convert proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), proto_tree_a...wmeier2-15/+22
2011-10-24From Eliot:etxrab2-35/+13
2011-10-24From Eliot:etxrab2-23/+30
2011-10-24fix Wunused-but-set-variable warnings.etxrab1-55/+19
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier17-49/+49
2011-10-23Add a comment about tvb_get_ephemeral_faked_unicode() has been replaced by tv...wmeier1-0/+1
2011-10-23Fix a proto_tree_add_item() encoding arg.wmeier1-1/+1
2011-10-23Remove some unneeded lines of code.wmeier1-6/+2
2011-10-23Remove an unneeded #include.wmeier1-2/+0
2011-10-23Fix a proto_tree_add_item() encoding arg;wmeier1-7/+1
2011-10-23 Try to get rid of "defined but not used" warnings.etxrab1-339/+2
2011-10-23Try to get rid of "defined but not used" warnings.etxrab1-97/+8
2011-10-23Remove csg added by mistake.etxrab2-2/+0
2011-10-23Fix a few proto_tree_add_item() encoding args.wmeier3-5/+5
2011-10-23Get rid of trailing backslash on last element of a list.guy1-1/+1
2011-10-23From Pascal Quantin.etxrab1-0/+2437
2011-10-23From Pascal Quantin.etxrab4-33/+82
2011-10-23Fix a few proto_tree_add_item() encoding args.wmeier4-6/+6
2011-10-23(Trivial) Whitespace cleanup.wmeier2-20/+20
2011-10-23[Automatic manuf, services and enterprise-numbers update for 2011-10-23]gerald1-5/+141
2011-10-21Fix a few proto_tree_add_item() encoding args manually.wmeier4-162/+157
2011-10-21Fix for bug 6449:jake1-14/+16
2011-10-21Fix two proto_tree_add_item() encoding args not handled by fix-encoding-arg.wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier543-1314/+1314
2011-10-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5221 :morriss1-44/+52
2011-10-20From Huzaifa Sidhpurwala: Fix a null pointer dereference.gerald1-3/+13
2011-10-20FromThomas Buchanan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6467alagoutte1-16/+351