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