Wireshark-commits: [Wireshark-commits] rev 29742: /trunk/epan/ /trunk/epan/: proto.c
Date: Sun, 06 Sep 2009 11:30:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29742

User: krj
Date: 2009/09/06 04:30 AM

Log:
 We don't currently fake fields if they are referenced indirectly through some other fields (currently only FT_PROTOCOL's can be indirectly referenced) . However, there doesn't seem to be any reason for this restriction. We already have proto_tree_set_fake_protocols() to disable 'faking' if any clients requires this. So, this changelist removes this restriction on indirectly referenced fields.

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      proto.c       Modified