aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Fix crash caused by trying to apply a field of type BASE_CUSTOM as a column. ...cmaynard1-3/+7
2011-11-02Use "%g" for float as well as double.guy1-2/+2
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.stig1-1/+10
2011-10-25Display BASE_DEC_HEX correct for int64/uint64.stig1-2/+2
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-24Convert proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), proto_tree_a...wmeier1-11/+18
2011-10-05Use g_tree_steal to remove an entry without calling the destroy function.stig1-1/+1
2011-10-04Add proto_unregister_field().stig1-0/+28
2011-10-02Removed the protocol registration updates in the splash screen for Pythonstig1-2/+6
2011-09-27In proto_tree_add_bits... use const guint encoding to be consistent with prot...etxrab1-8/+8
2011-09-20From Sylvain Munaut:etxrab1-0/+28
2011-09-16From Sylvain Munaut:etxrab1-38/+12
2011-07-05Add some additional routine variants that handle string encodings, andguy1-51/+19
2011-07-03Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZguy1-1/+8
2011-06-25Make guy's fix in revision 37236 actually work:stig1-1/+1
2011-06-19Make creating a display filter from a custom column defined as integer withstig1-12/+20
2011-06-19Handle BASE_NONE as BASE_DEC for filter expression in custom columns.stig1-0/+1
2011-06-16Squelch some compiler warnings.guy1-3/+6
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-3/+1
2011-05-27Make TVBs opaque for most users.morriss1-10/+10
2011-05-19Add a check that (plain) value_strings that are used in hf items don't havemartinm1-0/+48
2011-05-18You cannot just make the "len" field of a GByteArray larger, if there'sguy1-1/+6
2011-05-18Make some more routines not used outside epan/proto.c static.guy1-3/+3
2011-05-09Convert SLAB_-s, to sl_-API.darkjames1-13/+16
2011-05-08Add FT_EUI64 Field Typealagoutte1-3/+110
2011-04-11Use g_strlcpy() instead of prohibited strncpy() to guarantee NULL-termination.cmaynard1-1/+1
2011-04-10strcpy -> strncpy.stig1-1/+1
2011-03-29Guard against NULL return from find_protocol_by_id().stig1-0/+3
2011-03-28Don't use prohibited strncpy(). In this case, use g_strlcat() instead.cmaynard1-6/+1
2011-03-26Added a FALLTHRU comment to avoid a coverity warning.stig1-0/+1
2011-03-20Clean up indentation.guy1-7/+7
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-2/+14
2011-02-08Add support for 4-byte NTP times (only the seconds) in proto_tree_add_item().morriss1-18/+27
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingguy1-20/+180
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingmorriss1-21/+28
2011-02-04Fix Bug 5500 - failed assertion in ISAKMP dissector (proto.c:4002) etxrab1-0/+9
2011-01-02Fix indentation.guy1-1/+1
2010-11-14'tshark -G values' - Validate (somewhat) value_string_ext before use to preve...wmeier1-0/+4
2010-11-12Enhance 'tshark -G values': Add info about extended value strings (including ...wmeier1-9/+31
2010-11-12Use val_to_str_const & val_to_str_ext_const where appropriate.wmeier1-10/+10
2010-10-14Rework "extended value strings":wmeier1-1/+1
2010-10-14Support multiple header fields with the same abbreviation in custom columns.stig1-11/+47
2010-10-14Fix crash for 'tshark -G values' when printing "extended value string" value.wmeier1-1/+1
2010-09-25Fix the output of columns with "show resolved" disabled when all occurrences ...sake1-67/+68
2010-09-23Add some more casts.morriss1-8/+8