aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-23Revert 34191 and add some casts insteadmorriss1-18/+17
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.morriss1-7/+8
2010-09-22Make buildbot happy again...sake1-1/+1
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-168/+203
2010-09-08Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIMEstig1-3/+9
2010-08-18Fix indentation.etxrab1-3/+3
2010-08-14Added proto_item_prepend_text().stig1-0/+41
2010-07-21Fixed adding a boolean value as a custom column.stig1-1/+4
2010-06-25Enable "Show Resolved" for custom OID columns.stig1-0/+8
2010-06-24Ensure we use the numeric value when creating a filter from a custom columnstig1-6/+89
2010-06-22Update to reflect changes in defines: REP_* > ENC_*stig1-1/+1
2010-05-29Increase the base size to 100 000 we are using more than that.etxrab1-2/+2
2010-05-26proto_registrar_dump_fields: output "" for blurb if blurb is a zero-length st...wmeier1-0/+2
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doguy1-5/+7
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-43/+112
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-2/+2
2010-05-10Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.jake1-0/+14