summaryrefslogtreecommitdiff
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-12Return FALSE from proto_tracking_interesting_fields() when no tree.Stig Bjørlykke1-1/+1
2009-10-12Check for valid tree in proto_get_finfo_ptr_array() and Stig Bjørlykke1-0/+6
2009-10-11Set INITIAL_NUM_PROTOCOL_HFINFO to a more sensible value, e.g. 1500. Currentl...Kovarththanan Rajaratnam1-1/+1
2009-10-11As pointed out by Bill [1] we leak some header_field_info structs on shutdown...Kovarththanan Rajaratnam1-1/+10
2009-10-11Replace g_malloc + memset with g_new0Kovarththanan Rajaratnam1-2/+1
2009-10-11Set tree_is_expanded to NULL after freeing itKovarththanan Rajaratnam1-1/+1
2009-10-11Use the slice allocator if GLIB_CHECK_VERSION > (2,10,0)Kovarththanan Rajaratnam1-7/+13
2009-10-08Tighten header field checks.Jaap Keuter1-6/+9
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam1-1/+1
2009-10-07Removed a redundant prototype.Stig Bjørlykke1-2/+1
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.Bill Meier1-10/+10
2009-09-29Removed unused variable 'hfinfo' in proto_tree_set_time().Stig Bjørlykke1-3/+0
2009-09-23(Trivial) White space changesKovarththanan Rajaratnam1-246/+241
2009-09-22(Trivial) Rework a comment slightly.Bill Meier1-3/+3
2009-09-10Introduce a few FT_XXX lengths defines and use those instead of hard coding c...Kovarththanan Rajaratnam1-6/+6
2009-09-08Move the infinite loop check from proto_tree_add_node toGerald Combs1-15/+14
2009-09-08Use g_strlcpy when possibleKovarththanan Rajaratnam1-16/+16
2009-09-08From : Didier GautheronAnders Broman1-7/+3
2009-09-06We don't currently fake fields if they are referenced indirectly through some...Kovarththanan Rajaratnam1-1/+1
2009-09-06This fix was supposed to be in r29731 which some how only contained whitespac...Kovarththanan Rajaratnam1-8/+90
2009-09-06Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...Kovarththanan Rajaratnam1-19/+19
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...Kovarththanan Rajaratnam1-1/+5
2009-09-01From Jakub Zawadzki via. Bug 3330:Kovarththanan Rajaratnam1-4/+28
2009-09-01From Richard Brodie via. Bug 3913:Kovarththanan Rajaratnam1-1/+1
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam1-4/+4
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam1-4/+4
2009-08-28After asking on the list and receiving no feedback, I'llJörg Mayer1-5/+5
2009-08-25From Didier Gautheron:Anders Broman1-51/+169
2009-08-21Don't dereference pointer before checking for NULLKovarththanan Rajaratnam1-1/+3
2009-08-21Delay TRY_TO_FAKE_THIS_ITEM() in proto_tree_add_bits_ret_val() until we know ...Kovarththanan Rajaratnam1-1/+9
2009-08-21Don't try TRY_TO_FAKE_THIS_ITEM in proto_tree_add_bits_ret_val(), as otherwiseMartin Mathieson1-1/+1
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-10/+40
2009-08-19Move TRY_TO_FAKE_THIS_ITEM to all public proto_xxx methods. Currently we rely...Kovarththanan Rajaratnam1-5/+110
2009-08-17Move the NULL pointer 'tree' check under TRY_TO_FAKE_THIS_ITEMs umbrellaKovarththanan Rajaratnam1-62/+2
2009-08-17Don't do PROTO_REGISTRAR_GET_NTH twice.Kovarththanan Rajaratnam1-49/+31
2009-08-15This should have been part of r29428. This patch forces proto_field_is_refere...Kovarththanan Rajaratnam1-0/+3
2009-08-12DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().Kovarththanan Rajaratnam1-1/+6
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-3/+22
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-11/+11
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-4/+4