RE: Assert in print.c get_field_data() creating PD ML file
"Howlett, James (James)" <[email protected]>
| Newsgroups | gmane.network.ethereal.devel |
|---|---|
| Message-ID | <475FF955A05DD411980D00508B6D5FB0130F7007@en0033exch001u.uk.lucent.com> |
I am currently using tvb_set_child_real_data_tvbuff(). The issue is that get_field_data() in print.c iterates through the list of data sources to get the bytes referred to by a field_info. I don't believe that removing the g_assert_not_reached() will have any negative side effects. It will simply mean that no bytes are printed if the tvb has not been added via add_new_data_source(). But I am not that familiar with the source code so I could be wrong. James.