| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -3767/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Use the "crc16.c" CRC-16 routine in the PPP dissector. | Guy Harris | 2004-06-26 | 1 | -48/+6 |
* | Have two strings in an enum_val_t - one that's a short string that is | Guy Harris | 2004-05-24 | 1 | -5/+5 |
* | From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377] | Gerald Combs | 2004-04-29 | 1 | -1/+84 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -21/+11 |
* | Make the CRC-32 routines take a tvbuff and a length as arguments. | Guy Harris | 2003-08-26 | 1 | -2/+2 |
* | From Jesper Peterson: | Guy Harris | 2003-08-26 | 1 | -207/+143 |
* | Add a routine "dissect_ipv6_options()" that works like | Guy Harris | 2003-07-11 | 1 | -1/+2 |
* | "tvb_format_text()" should be able to handle a length argument of 0. | Guy Harris | 2003-06-13 | 1 | -4/+2 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -20/+46 |
* | More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Bad | Gerald Combs | 2003-05-19 | 1 | -6/+10 |
* | Don't export "osinl_subdissector_table" or "ppp_subdissector_table" - | Guy Harris | 2003-04-29 | 1 | -5/+2 |
* | Fix several buffer and integer overflow issues discovered by Timo Sirainen. | Gerald Combs | 2003-04-28 | 1 | -3/+8 |
* | From Thierry Pelle: updates (use the correct RFC 2472 term - "interface | Guy Harris | 2003-02-07 | 1 | -11/+11 |
* | Panic if a preference starts with the name of the module to which it | Guy Harris | 2003-01-28 | 1 | -15/+15 |
* | Move into "call_dissector_work()" the stuff to handle dissecting, in | Guy Harris | 2003-01-20 | 1 | -50/+6 |
* | If we have packet direction information, display it. | Guy Harris | 2003-01-06 | 1 | -5/+25 |
* | I must've been on drugs when I checked in revision 1.56; put in the | Guy Harris | 2003-01-03 | 1 | -1/+2 |
* | From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ, | Guy Harris | 2002-12-11 | 1 | -1/+9 |
* | Before dissecting the payload of a Protocol-Reject LCP packet, save the | Guy Harris | 2002-11-28 | 1 | -1/+12 |
* | From Pasi Eronen: dissect the packet inside an LCP Protocol Reject message. | Guy Harris | 2002-11-28 | 1 | -9/+65 |
* | Instead of tweaking a "Protocol configuration options" extension header | Guy Harris | 2002-11-11 | 1 | -7/+13 |
* | Register (and initialize) ett_mplscp_options and ett_cdpcp_options. Fix | Gerald Combs | 2002-11-04 | 1 | -5/+7 |
* | From Thierry Pelle: IPv6CP support. | Guy Harris | 2002-10-14 | 1 | -1/+93 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -135/+135 |
* | From ENDOH Akira: | Gerald Combs | 2002-08-18 | 1 | -4/+172 |
* | From Hidetaka Ogawa: fix PPP FCS computation to include address and | Guy Harris | 2002-08-04 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -6/+2 |
* | Fix a typo. | Guy Harris | 2002-05-22 | 1 | -2/+2 |
* | Don't include the FCS in the tvbuff handed to "dissect_ppp_common()", so | Guy Harris | 2002-05-20 | 1 | -43/+139 |
* | From Joerg Mayer: get rid of extra arguments to capture routines. | Guy Harris | 2002-04-24 | 1 | -3/+3 |
* | From Joerg Mayer: | Guy Harris | 2002-04-14 | 1 | -5/+6 |
* | Get rid of ett_ values for options with no subtrees. | Guy Harris | 2002-04-01 | 1 | -89/+144 |
* | Mark unused variables with _U_ if they can't be eliminated. | Guy Harris | 2002-03-31 | 1 | -49/+53 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -6/+5 |
* | Support for BSD Compress, MVRCA, and Deflate compression options in | Guy Harris | 2002-01-11 | 1 | -6/+104 |
* | PPP multiplexing support, from Jayaram V.R. | Guy Harris | 2002-01-03 | 1 | -1/+243 |
* | Make the address and control fields in the PPP/HDLC header, and the | Guy Harris | 2001-12-20 | 1 | -52/+61 |
* | Van Jacobson decompression support for PPP, from Irfan Khan. | Guy Harris | 2001-12-19 | 1 | -3/+9 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -89/+89 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | BACP and BAP support in PPP dissector, from Motonori Shindo. | Guy Harris | 2001-12-08 | 1 | -5/+561 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -20/+49 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -2/+4 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -3/+1 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -6/+14 |
* | CBCP support in PPP, from Motonori Shindo. | Guy Harris | 2001-11-04 | 1 | -1/+154 |
* | Small fix to previous patch, from Motonori Shindo. | Guy Harris | 2001-10-30 | 1 | -5/+5 |