aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-02Fix indentation.Guy Harris1-1/+1
2010-11-14'tshark -G values' - Validate (somewhat) value_string_ext before use to preve...Bill Meier1-0/+4
2010-11-12Enhance 'tshark -G values': Add info about extended value strings (including ...Bill Meier1-9/+31
2010-11-12Use val_to_str_const & val_to_str_ext_const where appropriate.Bill Meier1-10/+10
2010-10-14Rework "extended value strings":Bill Meier1-1/+1
2010-10-14Support multiple header fields with the same abbreviation in custom columns.Stig Bjørlykke1-11/+47
2010-10-14Fix crash for 'tshark -G values' when printing "extended value string" value.Bill Meier1-1/+1
2010-09-25Fix the output of columns with "show resolved" disabled when all occurrences ...Sake Blok1-67/+68
2010-09-23Add some more casts.Jeff Morriss1-8/+8
2010-09-23Revert 34191 and add some casts insteadJeff Morriss1-18/+17
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss1-7/+8
2010-09-22Make buildbot happy again...Sake Blok1-1/+1
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-168/+203
2010-09-08Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIMEStig Bjørlykke1-3/+9
2010-08-18Fix indentation.Anders Broman1-3/+3
2010-08-14Added proto_item_prepend_text().Stig Bjørlykke1-0/+41
2010-07-21Fixed adding a boolean value as a custom column.Stig Bjørlykke1-1/+4
2010-06-25Enable "Show Resolved" for custom OID columns.Stig Bjørlykke1-0/+8
2010-06-24Ensure we use the numeric value when creating a filter from a custom columnStig Bjørlykke1-6/+89
2010-06-22Update to reflect changes in defines: REP_* > ENC_*Stig Bjørlykke1-1/+1
2010-05-29Increase the base size to 100 000 we are using more than that.Anders Broman1-2/+2
2010-05-26proto_registrar_dump_fields: output "" for blurb if blurb is a zero-length st...Bill Meier1-0/+2
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doGuy Harris1-5/+7
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-43/+112
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+2
2010-05-10Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.Jaap Keuter1-0/+14
2010-05-02From Jakub Zawadzki:Anders Broman1-3/+32
2010-04-27From Jakub Zawadzki:Anders Broman1-27/+0
2010-04-27From Jakub Zawadzki:Anders Broman1-1/+55
2010-04-26Reindent a bunchJeff Morriss1-263/+321
2010-04-26The comment here suggests fields should have abbreviations but previously we ...Jeff Morriss1-0/+3
2010-04-24Make the absolute_time_display_e enum start at 1000 to avoid overlapping withJeff Morriss1-35/+56
2010-04-24When checking the header_field_infos, use g_error() to give the developer aJeff Morriss1-29/+111
2010-04-20From Jakub Zawadzki:Anders Broman1-0/+1
2010-04-10Partly revert the changes made to epan/proto.c in SVN-29490Sake Blok1-5/+5
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-83/+83
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-77/+77
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-77/+77
2010-03-19Change printing of all BASE_OCT values to use the alternate formRonnie Sahlberg1-8/+8
2010-03-08Fix for bug 4563:Jaap Keuter1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-3/+4
2010-01-25From Jakub Zawadzki:Gerasimos Dimitriadis1-54/+3
2010-01-24Minor simplification in length calculation of proto_tree_add_bitsGerasimos Dimitriadis1-6/+4
2010-01-23Add _format_value variants of the proto_tree_add_bits functionGerasimos Dimitriadis1-41/+248
2009-12-28Use true/false strings instead of actual numeric values when adding a booleanGerasimos Dimitriadis1-13/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-3/+11
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sGuy Harris1-12/+10
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-2/+2
2009-11-19No need to do string compare for FT_PROTOCOL.Stig Bjørlykke1-4/+2
2009-11-19Added support for some missing custom column types:Stig Bjørlykke1-1/+19