| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -1/+2 |
* | Hoist a bunch of common code between ascend_read() and | Guy Harris | 2013-05-16 | 1 | -10/+8 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -4/+0 |
* | Export libwiretap symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-02-28 | 1 | -0/+5 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Fix wiretap headers to allow error-free ABI dumping. | Balint Reczey | 2011-06-04 | 1 | -0/+6 |
* | Have parse_ascend() return: | Guy Harris | 2010-02-25 | 1 | -1/+6 |
* | set compiler option "treat warnings as errors" - to prevent new warnings for ... | Ulf Lamping | 2007-03-21 | 1 | -1/+1 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Fix some warnings (and one of my previous 'fixes') | Jörg Mayer | 2005-07-22 | 1 | -1/+1 |
* | From Josh Bailey: | Gerald Combs | 2005-02-05 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -1/+5 |
* | Packet data is an array of "guint8"s, not an array of "char"s; declare | Guy Harris | 2004-01-06 | 1 | -4/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | From Motonori Shindo: get rid of "send output to /dev/null" hack in | Guy Harris | 2001-12-06 | 1 | -2/+2 |
* | In "wdd" captures: | Guy Harris | 2000-11-11 | 1 | -1/+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/+3 |
* | Don't define "pseudo_header" in "ascend-scanner.l", as that may cause | Guy Harris | 1999-11-24 | 1 | -1/+6 |
* | The #defines to turn "yy{lex,error}" into names specific to the | Guy Harris | 1999-10-10 | 1 | -11/+2 |
* | Move some definitions of stuff not used outside the Lucent/Ascend | Guy Harris | 1999-10-08 | 1 | -1/+12 |
* | Add an "ascend-int.h" file, to declare routines used by more than one of | Guy Harris | 1999-10-08 | 1 | -0/+42 |