aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
Commit message (Expand)AuthorAgeFilesLines
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-1/+1
* From Mike Duigou:Anders Broman2005-06-031-1/+4
* - Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen2005-05-021-0/+6
* Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris2005-03-161-2/+7
* add two nice defines for how to decrypt a GSSKRB tvbRonnie Sahlberg2005-03-101-1/+3
* gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg2005-03-081-0/+14
* Make the DCE transport type an "int" so that -1 is a valid value and theGuy Harris2005-02-251-1/+1
* pinfo->private_data was a quite subptimal ideaRonnie Sahlberg2005-02-251-1/+2
* Add a field called "frame.protocols" which shows the protocols presentGerald Combs2005-01-191-7/+8
* Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen2004-09-061-0/+4
* From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping2004-09-041-0/+4
* Pull the address (and port and circuit type) stuff out ofGuy Harris2004-07-191-98/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Updates from Richard v d HoffRonnie Sahlberg2004-06-251-2/+3
* Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris2004-03-231-4/+5
* From Jeff Morriss:Guy Harris2004-02-291-2/+3
* Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2003-12-291-8/+18
* Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot2003-12-231-2/+3
* From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris2003-12-081-2/+3
* From Olivier Biot:Guy Harris2003-11-211-1/+2
* From Dinesh Dutt:Guy Harris2003-10-301-3/+14
* Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris2003-10-211-2/+1
* Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg2003-04-231-2/+28
* Assume all AT_NONE addresses are the same, as they have no address dataGuy Harris2003-02-281-5/+15
* From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris2003-02-271-1/+2
* From Dinesh Dutt:Guy Harris2003-01-221-1/+4
* pointer spells with an oJörg Mayer2003-01-061-3/+2
* Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg2003-01-061-1/+3
* From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs2002-12-081-2/+8
* Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris2002-11-081-3/+4
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-2/+3
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-221-1/+10
* The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris2002-10-191-2/+1
* Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris2002-10-181-2/+3
* Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris2002-10-151-2/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()"Guy Harris2002-08-221-3/+3
* Fix small typoRonnie Sahlberg2002-07-311-2/+2
* Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will returnRonnie Sahlberg2002-07-311-1/+15
* From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris2002-06-281-2/+3
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-1/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-1/+2
* Update from Ronnie Sahlberg:Guy Harris2001-11-291-2/+7
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-5/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-3/+1
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-2/+1
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-2/+2
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-011-1/+2
* TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris2001-09-131-1/+4
* Replace the protocol-specific data in the "packet_info" structure with aGuy Harris2001-08-041-10/+2