Add HP Switch Protocol SAP value
[obnox/wireshark/wip.git] / epan / packet_info.h
2006-10-22 sahlbergadd a tcp_tree field to packet_info so that we can...
2006-10-17 sahlbergwe need a new pinfo member field so that we can pass...
2006-09-10 sahlbergimplement support to reassemble tcp sessions until...
2006-06-29 ulfladd various enhancements to the CBA-ACCO dissector...
2006-05-21 sahlbergname change
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-06-03 etxrabFrom Mike Duigou:
2005-05-02 tuexen- Add support for libpcap files for MTP2 with a per...
2005-03-16 guyHave GSS-API subdissectors supply a "data is encrypted...
2005-03-10 sahlbergadd two nice defines for how to decrypt a GSSKRB tvb
2005-03-08 sahlberggssapi decryption nees a few new fields to pass the...
2005-02-25 guyMake the DCE transport type an "int" so that -1 is...
2005-02-25 sahlbergpinfo->private_data was a quite subptimal idea
2005-01-19 geraldAdd a field called "frame.protocols" which shows the...
2004-09-06 tuexenAdd the capability to chose to remap the fist two PPIDS...
2004-09-04 ulflFrom Eric Wedel: backend things for "Decode As" of...
2004-07-19 guyPull the address (and port and circuit type) stuff...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-25 sahlbergUpdates from Richard v d Hoff
2004-03-23 guyAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2004-02-29 guyFrom Jeff Morriss:
2003-12-29 guyAdd a "saved_can_desegment" field to the "packet_info...
2003-12-23 obiotMove the GSM SMS dissection to a dedicated subdissector...
2003-12-08 guyFrom Michael Lum: support an AT_SS7PC address type...
2003-11-21 guyFrom Olivier Biot:
2003-10-30 guyFrom Dinesh Dutt:
2003-10-21 guyCatch exceptions when dissecting a verifier, so we...
2003-04-23 sahlbergUpdate to TCP to handle hints from dissectors where...
2003-02-28 guyAssume all AT_NONE addresses are the same, as they...
2003-02-27 guyFrom Didier Gautheron: provide a mechanism to indicate...
2003-01-22 guyFrom Dinesh Dutt:
2003-01-06 jmayerpointer spells with an o
2003-01-06 sahlbergUpdate DCERPC so that for (NTLMSSP) PDUs that have...
2002-12-08 geraldFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-08 guyAllow more than one circuit with the same circuit ID...
2002-10-31 guyDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-10-22 guyAdd in a notion of "circuits", which are for virtual...
2002-10-19 guyThe Frame Relay DLCI is a virtual circuit identifer...
2002-10-18 guyAdd an AT_ARCNET address type for ARCNET addresses...
2002-10-15 guyAdd a new port type, PT_IPX, for IPX socket numbers...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-22 guyFix the comment before "CMP_ADDRESS()" to reflect reali...
2002-07-31 sahlbergFix small typo
2002-07-31 sahlbergAdding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL...
2002-06-28 guyFrom Didier Gautheron: move port number from AppleTalk...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-11-29 guyUpdate from Ronnie Sahlberg:
2001-11-21 gramRemove the global packet_info called "pi". Dissectors...
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-10-01 guyHave a flag in the "packet_info" structure, which indic...
2001-09-13 guyTCP desegmentation support, and changes to the ONC...
2001-08-04 guyReplace the protocol-specific data in the "packet_info...
2001-06-04 guyDefine a "COPY_ADDRESS()" macro, which copies the data...
2001-06-04 guyAdd an "ADDRESSES_EQUAL()" macro, taking pointers to...
2001-05-27 guyRX and AFS dissectors tvbuffified, and bugs fixed,...
2001-04-01 hagbardMoved the packet_info structure and supporting function...