I want an example where dual heuristic/normal dissector is used in /epan/dissectors/ asked 05 Jun '12, 17:47 yogeshg |
One Answer:
Here are a couple of examples: answered 05 Jun '12, 18:25 cmaynard ♦♦ |
I want an example where dual heuristic/normal dissector is used in /epan/dissectors/ asked 05 Jun '12, 17:47 yogeshg |
One Answer:
Here are a couple of examples: answered 05 Jun '12, 18:25 cmaynard ♦♦ |
I want my dissector to get called if my src mac or dest mac is of some specific pattern , for that i am using heuristic dissector for eth but then tvb will point to eth payload i suppose and instead i want dissection of http payload , so for this i need to use these dual dissectors right ? , just confirm