struct _epan_dissect_t{
    tvbuff_t *tvb;
    proto_tree *tree;
    packet_info pi;
  }
  tvbuff_t describes the frame data we need to analyse;
  in my program,i need to analyze the frame data just like ethereal does, get 
the result which is similar to proto_tree and packet_info.
  i wonder how can we make the best use of ethereal disectors funcion in my own 
software,
  the way should be effective.
  i appreiciate your help.
  if you're an expet, you can contact me:
[EMAIL PROTECTED]
       
---------------------------------
 雅虎免费邮箱-3.5G容量,20M附件
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to