aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-02From Rolf Fiedler: fix a comment, and fix the code to get the packetGuy Harris1-3/+3
2004-03-23Clean up the code to check the file type.Guy Harris1-44/+12
2004-03-17"esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointerGuy Harris1-3/+3
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-03-03Set the packet encapsulation value to the file encapsulation.Guy Harris1-1/+2
2004-02-13Get rid of unused variables and #defines.Guy Harris1-7/+2
2004-02-12Use "guint8" for 8-bit binary data.Guy Harris1-36/+40
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-0/+349