http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49176
User: etxrab
Date: 2013/05/05 12:36 PM
Log:
Add the abillity to export PDU:s to file using a USER_DLT adding meta data before the actual protocol PDU. Some meta tags makes it possible for the dissector of the user DLT to call the correct PDU dissector.
This is prof-of-concept needs a bit of cleanup.
Directory: /trunk/epan/dissectors/
Changes Path Action
+225 -0 packet-exported_pdu.c Added
Directory: /trunk/epan/
Changes Path Action
+85 -0 exported_pdu.h Added
Directory: /trunk/ui/gtk/
Changes Path Action
+309 -0 export_pdu_dlg.c Added
+31 -0 export_pdu_dlg.h Added