I wish to conditionally call col_set_str or col_append_str depends on the parent dissector information. But I was stuck by getting the parent dissector information. Anyone could help me to do this? Thanks!

asked 22 Jul '11, 01:50

piao's gravatar image

piao
6112
accept rate: 0%

edited 05 Oct '11, 17:10

multipleinterfaces's gravatar image

multipleinte...
1.1k71229


This is supposed to be handled the other way around. The parent sets the column non-writable, using col_set_writable(), then calls the subdissector, then restores the previous writable state of the column.

link

answered 22 Jul '11, 04:34

Jaap's gravatar image

Jaap ♦
6.0k568
accept rate: 11%

This way does not solve my problem. So I just let it be since not a big problem for me. Thanks anyway!

(26 Jul '11, 05:03) piao
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×211
×106

Asked: 22 Jul '11, 01:50

Seen: 1,055 times

Last updated: 05 Oct '11, 17:10

powered by OSQA