Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 24604: /trunk/ /trunk/gtk/: main.h menu.c print_dlg.c wi

Date: Tue, 11 Mar 2008 18:23:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24604

User: stig
Date: 2008/03/11 06:23 PM

Log:
 From Francesco Fondelli (bug 2349):
 Attached is a patch to export packets data as "C Arrays".  I often have
 the need to [re]send data captured with wireshark using a raw/pf_packet socket.
 Output format is one char[] per packet, it looks like almost the same as
 the one produced by "Follow TCP stream".

Directory: /trunk/gtk/
  Changes    Path                Action
  +7 -0      main.h              Modified
  +2 -0      menu.c              Modified
  +69 -2     print_dlg.c         Modified
  +4 -1      win32-file-dlg.c    Modified
  +2 -1      win32-file-dlg.h    Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified
  +59 -0     file.c        Modified
  +9 -0      file.h        Modified
  +39 -0     print.c       Modified
  +4 -0      print.h       Modified