| Commit message (Expand) | Author | Age | Files | Lines |
* | Packet data is an array of "guint8"s, not an array of "char"s; declare | Guy Harris | 2004-01-06 | 1 | -3/+2 |
* | Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32 | Jörg Mayer | 2003-10-03 | 1 | -2/+2 |
* | From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex was | Guy Harris | 2003-10-03 | 1 | -1/+5 |
* | %yynowrap forces "yywrap()" to be a macro that returns 1, so there's no | Guy Harris | 2003-07-08 | 1 | -3/+1 |
* | From Motonori Shindo: get rid of "send output to /dev/null" hack in | Guy Harris | 2001-12-06 | 1 | -4/+3 |
* | From Motonori Shindo: fix Ascend/Lucent trace reading code to handle | Guy Harris | 2001-12-04 | 1 | -6/+19 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use system's version of AM_PATH_GLIB macro. | Gilbert Ramirez | 2001-08-20 | 1 | -5/+5 |
* | #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32, | Gilbert Ramirez | 2001-04-18 | 1 | -1/+3 |
* | Add support for "version 7" wandess output. Actually, I think it's | Gerald Combs | 2001-04-09 | 1 | -10/+25 |
* | Not all packets in a "wdd" dump necessarily have a "Cause an attempt to | Guy Harris | 2000-11-12 | 1 | -4/+4 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (a | Guy Harris | 2000-05-19 | 1 | -3/+3 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -2/+2 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+6 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Fix "ascend-scanner.l" to include "file_wrappers.h" rather than the | Guy Harris | 2000-01-13 | 1 | -2/+2 |
* | Some initial changes for win32 support, but not all. | Gilbert Ramirez | 2000-01-10 | 1 | -2/+7 |
* | Don't define "pseudo_header" in "ascend-scanner.l", as that may cause | Guy Harris | 1999-11-24 | 1 | -3/+1 |
* | Clean up some ANSI C nits pointed out by "gcc -pedantic". | Guy Harris | 1999-11-18 | 1 | -2/+2 |
* | Add an "ascend-int.h" file, to declare routines used by more than one of | Guy Harris | 1999-10-08 | 1 | -1/+2 |
* | Give it an RCS ID. | Guy Harris | 1999-09-23 | 1 | -0/+23 |
* | Adds progress bar functionality back for loading files (it was changed to | Ashok Narayanan | 1999-09-23 | 1 | -1/+4 |
* | Fix to allow compressed file handling of Ascend captures | Ashok Narayanan | 1999-09-22 | 1 | -2/+7 |
* | Add support for "wdd" trace output. | Gerald Combs | 1999-09-13 | 1 | -44/+135 |
* | Added Guy's patch to use the pseudo header facility to pass up the Ascend | Gerald Combs | 1999-09-11 | 1 | -3/+5 |
* | Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. These | Gerald Combs | 1999-09-11 | 1 | -0/+129 |