aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-1/+1
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...cmaynard1-0/+3
2011-10-18Added a private hash table to transport string values between dissectors.stig1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+4
2010-06-02From Chris Maynard via bug 4014:gerald1-0/+1
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...krj1-0/+1
2009-06-29From Artem Tamazov:etxrab1-22/+0
2009-06-06Handle Detach and Service request, make it possible to set direction on link(...etxrab1-0/+8
2009-05-20From Owen Kirby via bug 3431:gerald1-9/+16
2009-04-04From Francesco Fondelli:etxrab1-0/+22
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files tosfisher1-0/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...kukosa1-1/+2
2008-07-13From Francesco Fondelli:jake1-0/+1
2008-03-10Update comments.jake1-4/+4
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...ulfl1-0/+2
2007-08-03- add PDInterfaceFSUDataAdjust blockulfl1-0/+1
2007-06-08From Stephen Donnelly of Endace:guy1-5/+1
2007-03-21packet_info.c and packet.clego1-0/+1
2007-03-09dcerpc_procedure_name is actually a const char*, not just char*jmayer1-1/+1
2007-02-21add a field in pinfo where dcerpc/pidl can store the name of the current dcer...sahlberg1-0/+3
2006-11-07fix for bug 1200sahlberg1-1/+1
2006-10-22add a tcp_tree field to packet_info so that we can access the tree from tcp_d...sahlberg1-0/+1
2006-10-17we need a new pinfo member field so that we can pass data from the core usb d...sahlberg1-0/+1
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)sahlberg1-1/+11
2006-06-29add various enhancements to the CBA-ACCO dissector, including an added profin...ulfl1-0/+1
2006-05-21name changesahlberg1-2/+2
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1
2005-06-03From Mike Duigou:etxrab1-1/+4
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen1-0/+6
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirguy1-2/+7
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbsahlberg1-1/+3
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...sahlberg1-0/+14
2005-02-25Make the DCE transport type an "int" so that -1 is a valid value and theguy1-1/+1
2005-02-25pinfo->private_data was a quite subptimal ideasahlberg1-1/+2
2005-01-19Add a field called "frame.protocols" which shows the protocols presentgerald1-7/+8
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...tuexen1-0/+4
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesulfl1-0/+4
2004-07-19Pull the address (and port and circuit type) stuff out ofguy1-98/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-25Updates from Richard v d Hoffsahlberg1-2/+3
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy1-4/+5
2004-02-29From Jeff Morriss:guy1-2/+3
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soguy1-8/+18
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinobiot1-2/+3
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,guy1-2/+3
2003-11-21From Olivier Biot:guy1-1/+2
2003-10-30From Dinesh Dutt:guy1-3/+14
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theguy1-2/+1
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.sahlberg1-2/+28
2003-02-28Assume all AT_NONE addresses are the same, as they have no address dataguy1-5/+15