aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
AgeCommit message (Expand)AuthorFilesLines
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...Ulf Lamping1-0/+2
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-0/+1
2007-06-08From Stephen Donnelly of Endace:Guy Harris1-5/+1
2007-03-21packet_info.c and packet.cLuis Ontanon1-0/+1
2007-03-09dcerpc_procedure_name is actually a const char*, not just char*Jörg Mayer1-1/+1
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...Ronnie Sahlberg1-0/+3
2006-11-07fix for bug 1200Ronnie Sahlberg1-1/+1
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...Ronnie Sahlberg1-0/+1
2006-10-17we need a new pinfo member field so that we can pass data from the core usb d...Ronnie Sahlberg1-0/+1
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)Ronnie Sahlberg1-1/+11
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added profin...Ulf Lamping1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-06-03From Mike Duigou:Anders Broman1-1/+4
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen1-0/+6
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris1-2/+7
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbRonnie Sahlberg1-1/+3
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg1-0/+14
2005-02-25Make the DCE transport type an "int" so that -1 is a valid value and theGuy Harris1-1/+1
2005-02-25pinfo->private_data was a quite subptimal ideaRonnie Sahlberg1-1/+2
2005-01-19Add a field called "frame.protocols" which shows the protocols presentGerald Combs1-7/+8
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen1-0/+4
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping1-0/+4
2004-07-19Pull the address (and port and circuit type) stuff out ofGuy Harris1-98/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-25Updates from Richard v d HoffRonnie Sahlberg1-2/+3
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-4/+5
2004-02-29From Jeff Morriss:Guy Harris1-2/+3
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris1-8/+18
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot1-2/+3
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris1-2/+3
2003-11-21From Olivier Biot:Guy Harris1-1/+2
2003-10-30From Dinesh Dutt:Guy Harris1-3/+14
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris1-2/+1
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg1-2/+28
2003-02-28Assume all AT_NONE addresses are the same, as they have no address dataGuy Harris1-5/+15
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris1-1/+2
2003-01-22From Dinesh Dutt:Guy Harris1-1/+4
2003-01-06pointer spells with an oJörg Mayer1-3/+2
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg1-1/+3
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-2/+8
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris1-3/+4
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-2/+3
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-1/+10
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris1-2/+1
2002-10-18Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris1-2/+3
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-22Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()"Guy Harris1-3/+3
2002-07-31Fix small typoRonnie Sahlberg1-2/+2