Wireshark-commits: [Wireshark-commits] rev 33114: /trunk/wiretap/ /trunk/wiretap/: eyesdn.c wtap-in
Date: Sun, 06 Jun 2010 19:37:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33114

User: guy
Date: 2010/06/06 12:37 PM

Log:
 Move the seekback stuff out of esc_read() to the one place where it's
 done.
 
 Use the wtap_dump_file_ routines to write out capture files, and check
 for errors.
 
 Use the phton macros, when available, to translate to big-endian byte
 order.  Add a new phton24() macro.
 
 Clean up indentation.

Directory: /trunk/wiretap/
  Changes    Path          Action
  +255 -244  eyesdn.c      Modified
  +9 -0      wtap-int.h    Modified