| Commit message (Expand) | Author | Age | Files | Lines |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -19/+23 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | Add some additional sanity checking. | Guy Harris | 2003-12-19 | 1 | -1/+10 |
* | From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop captures | Guy Harris | 2003-11-11 | 1 | -3/+3 |
* | Sigh. Some snoop files have 6 bytes of padding; assume the file is a | Guy Harris | 2003-11-04 | 1 | -29/+77 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -3/+33 |
* | Sigh. It appears that atmsnoop might, at least for some packets, put 4 | Guy Harris | 2003-02-18 | 1 | -7/+11 |
* | The Sniffer file formats include a file to identify raw cells; export | Guy Harris | 2003-01-10 | 1 | -1/+2 |
* | It appears that a channel number of 0 means DTE->DCE, and a channel | Guy Harris | 2003-01-09 | 1 | -3/+3 |
* | Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not just | Guy Harris | 2003-01-03 | 1 | -9/+9 |
* | Sigh. We really *do* have to check whether a capture is a snoop or | Guy Harris | 2002-12-05 | 1 | -57/+104 |
* | From Brian Ginsbach: upport for additional snoop file encapsulations in | Guy Harris | 2002-11-13 | 1 | -4/+4 |
* | Update some comments. | Guy Harris | 2002-09-04 | 1 | -9/+17 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -26/+22 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -2/+2 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -4/+2 |
* | Get rid of an unused variable. | Guy Harris | 2002-05-26 | 1 | -3/+1 |
* | Set the LANE subtype in the "seek and read" routine. | Guy Harris | 2002-05-23 | 1 | -2/+14 |
* | Traffic with a traffic type of 0x06 is Signalling AAL traffic, including | Guy Harris | 2002-05-07 | 1 | -3/+3 |
* | Move the code to guess the traffic type based on the packet contents | Guy Harris | 2002-04-30 | 1 | -1/+12 |
* | Support writing Sun atmsnoop files. | Guy Harris | 2002-04-30 | 1 | -19/+81 |
* | Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn't | Guy Harris | 2002-04-30 | 1 | -21/+46 |
* | The first byte of the frame header in atmsnoop does, in fact, contain an | Guy Harris | 2002-04-30 | 1 | -10/+36 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -22/+20 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -7/+9 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 1 | -3/+5 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -3/+3 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -2/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Get rid of signed/unsigned comparison warnings in wiretap. | Gilbert Ramirez | 2001-10-25 | 1 | -4/+4 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -5/+5 |
* | The return value from "fwrite()" is a "size_t"; make the variable into | Guy Harris | 2001-08-25 | 1 | -4/+4 |
* | Sigh. Shomiti apparently didn't know that the RFC 1761 data link types | Guy Harris | 2001-08-25 | 1 | -16/+99 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -3/+3 |
* | Shomiti Surveyor 3.x appears to have changed the version number in the | Guy Harris | 2000-09-19 | 1 | -3/+9 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -16/+12 |
* | Use unsigned character pointers and arrays rather than signed character | Guy Harris | 2000-07-26 | 1 | -3/+3 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -8/+8 |
* | In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (a | Guy Harris | 2000-05-19 | 1 | -5/+5 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -49/+100 |
* | Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a | Guy Harris | 2000-02-19 | 1 | -2/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid the | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Fields in the "snoop" file header are big-endian; write them as such. | Guy Harris | 1999-12-04 | 1 | -3/+3 |
* | Fix some names. | Guy Harris | 1999-12-04 | 1 | -2/+2 |
* | Add some infrastructure for the use of Ethereal, so it can make a list | Guy Harris | 1999-12-04 | 1 | -40/+34 |