aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netmon.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-8/+8
2005-06-04Fix some more leaks in error returns from open routines (if the open canguy1-0/+3
2005-05-30From Steve Grubb: Fix a memory leak. Fixes part of bug 217.gerald1-0/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-17/+21
2003-12-23removed some MSVC warnings (conversions between double/float and int)ulfl1-3/+3
2003-11-06From Scott Emberley: support for writing Network Instruments Observerguy1-4/+4
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-3/+23
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+2
2003-01-06Cast "secs" to "double" before multiplying by 1000000, so that we don'tguy1-2/+2
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-9/+9
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-13Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",guy1-5/+8
2002-08-13Use "atm_guess_traffic_type()" to guess the ATM traffic type for ATMguy1-15/+23
2002-07-29From Joerg Mayer:guy1-15/+11
2002-07-16From Graeme Hewson:guy1-3/+10
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-9/+4
2002-06-04The frame table isn't needed once we've made a sequential pass throughguy1-3/+17
2002-05-04Fix capture-file-specific "close output" routines to check whether theguy1-32/+39
2002-04-30Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of Networkguy1-3/+3
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tguy1-15/+24
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-22/+20
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-7/+9
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-4/+14
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-3/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-2/+2
2002-01-25From Motonori Shindo: protect include of <netinet/in.h> with #ifdefguy1-1/+3
2002-01-24Add support for ATM captures (based on writing one out and handing it toguy1-34/+171
2001-12-04In the NetMon capture file reading code, if we get a short read whenguy1-4/+4
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.gram1-4/+4
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-3/+3
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoguy1-12/+12
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tguy1-9/+19
2001-07-13From Joerg Mayer:guy1-2/+2
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-2/+1
2001-01-25Finish up support for writing NetMon 2.x capture files.guy1-4/+19
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy1-2/+3
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-16/+13
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it ingram1-2/+1
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-3/+4
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asguy1-32/+32
2000-03-22Make the previous checkin actually compile on big-endian machines.guy1-1/+4
2000-03-22Byte-swap the frame table on big-endian machines.guy1-9/+24
2000-03-22In a Network Monitor capture file, get the starting offsets of framesguy1-31/+55
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aguy1-2/+2