| Commit message (Expand) | Author | Age | Files | Lines |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -1/+1 |
* | From Mike Duigou: | Anders Broman | 2005-06-03 | 1 | -1/+4 |
* | - Add support for libpcap files for MTP2 with a per packet header | Michael Tüxen | 2005-05-02 | 1 | -0/+6 |
* | Have GSS-API subdissectors supply a "data is encrypted" flag to their | Guy Harris | 2005-03-16 | 1 | -2/+7 |
* | add two nice defines for how to decrypt a GSSKRB tvb | Ronnie Sahlberg | 2005-03-10 | 1 | -1/+3 |
* | gssapi decryption nees a few new fields to pass the blobs from application la... | Ronnie Sahlberg | 2005-03-08 | 1 | -0/+14 |
* | Make the DCE transport type an "int" so that -1 is a valid value and the | Guy Harris | 2005-02-25 | 1 | -1/+1 |
* | pinfo->private_data was a quite subptimal idea | Ronnie Sahlberg | 2005-02-25 | 1 | -1/+2 |
* | Add a field called "frame.protocols" which shows the protocols present | Gerald Combs | 2005-01-19 | 1 | -7/+8 |
* | Add the capability to chose to remap the fist two PPIDS in each SCTP packet t... | Michael Tüxen | 2004-09-06 | 1 | -0/+4 |
* | From Eric Wedel: backend things for "Decode As" of DCE-RPC interfaces | Ulf Lamping | 2004-09-04 | 1 | -0/+4 |
* | Pull the address (and port and circuit type) stuff out of | Guy Harris | 2004-07-19 | 1 | -98/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Updates from Richard v d Hoff | Ronnie Sahlberg | 2004-06-25 | 1 | -2/+3 |
* | Add support for DLT_APPLE_IP_OVER_IEEE_1394. | Guy Harris | 2004-03-23 | 1 | -4/+5 |
* | From Jeff Morriss: | Guy Harris | 2004-02-29 | 1 | -2/+3 |
* | Add a "saved_can_desegment" field to the "packet_info" structure, so | Guy Harris | 2003-12-29 | 1 | -8/+18 |
* | Move the GSM SMS dissection to a dedicated subdissector (currently still within | Olivier Biot | 2003-12-23 | 1 | -2/+3 |
* | From Michael Lum: support an AT_SS7PC address type for SS7 point codes, | Guy Harris | 2003-12-08 | 1 | -2/+3 |
* | From Olivier Biot: | Guy Harris | 2003-11-21 | 1 | -1/+2 |
* | From Dinesh Dutt: | Guy Harris | 2003-10-30 | 1 | -3/+14 |
* | Catch exceptions when dissecting a verifier, so we still dissect the | Guy Harris | 2003-10-21 | 1 | -2/+1 |
* | Update to TCP to handle hints from dissectors where the next PDU may start. | Ronnie Sahlberg | 2003-04-23 | 1 | -2/+28 |
* | Assume all AT_NONE addresses are the same, as they have no address data | Guy Harris | 2003-02-28 | 1 | -5/+15 |
* | From Didier Gautheron: provide a mechanism to indicate why reassembly | Guy Harris | 2003-02-27 | 1 | -1/+2 |
* | From Dinesh Dutt: | Guy Harris | 2003-01-22 | 1 | -1/+4 |
* | pointer spells with an o | Jörg Mayer | 2003-01-06 | 1 | -3/+2 |
* | Update DCERPC so that for (NTLMSSP) PDUs that have been decrypted | Ronnie Sahlberg | 2003-01-06 | 1 | -1/+3 |
* | From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FC | Gerald Combs | 2002-12-08 | 1 | -2/+8 |
* | Allow more than one circuit with the same circuit ID; a circuit has a | Guy Harris | 2002-11-08 | 1 | -3/+4 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -2/+3 |
* | Add in a notion of "circuits", which are for virtual circuit-oriented | Guy Harris | 2002-10-22 | 1 | -1/+10 |
* | The Frame Relay DLCI is a virtual circuit identifer, not a source or | Guy Harris | 2002-10-19 | 1 | -2/+1 |
* | Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNET | Guy Harris | 2002-10-18 | 1 | -2/+3 |
* | Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype", | Guy Harris | 2002-10-15 | 1 | -2/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()" | Guy Harris | 2002-08-22 | 1 | -3/+3 |
* | Fix small typo | Ronnie Sahlberg | 2002-07-31 | 1 | -2/+2 |
* | Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will return | Ronnie Sahlberg | 2002-07-31 | 1 | -1/+15 |
* | From Didier Gautheron: move port number from AppleTalk addresses to | Guy Harris | 2002-06-28 | 1 | -2/+3 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -1/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -1/+2 |
* | Update from Ronnie Sahlberg: | Guy Harris | 2001-11-29 | 1 | -2/+7 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -5/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -3/+1 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | Rename the "private" member of the "packet_info" structure to | Guy Harris | 2001-11-03 | 1 | -2/+2 |
* | Have a flag in the "packet_info" structure, which indicates whether the | Guy Harris | 2001-10-01 | 1 | -1/+2 |
* | TCP desegmentation support, and changes to the ONC RPC and NBSS | Guy Harris | 2001-09-13 | 1 | -1/+4 |
* | Replace the protocol-specific data in the "packet_info" structure with a | Guy Harris | 2001-08-04 | 1 | -10/+2 |