As pointed by Evan: don't leak memory when the string pointer is NULL.
[metze/wireshark/wip.git] / epan / packet_info.h
2013-10-27 Michael MannRemove iplen and iphdrlen from struct _packet_info.
2013-10-24 Michael MannHave ZigBee dissectors pass data through subdissector...
2013-10-24 Michael MannRemove need for match_port #define in packet_info.h...
2013-10-24 Michael MannRemove ipxptype from struct _packet_info and pass it...
2013-10-24 Michael MannRemove profinet_conv member of struct _packet_info...
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-05-30 Gerald CombsAdd Doxygen boilerplate for some of our core modules...
2013-05-15 Anders Broman- Use the key for comparison of per_proto_data.
2013-04-23 Anders BromanAdd curr_layer_num which can be used to keep track...
2013-03-02 Evan HuusDon't include wmem.h in packet_info.h, just use the...
2012-12-19 Evan HuusOnly include wmem_core.h in packet_info.h. It's not...
2012-12-02 Evan HuusCreate a wmem pool in pinfo and use it for some address...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-12 Anders BromanAdd doxygen hints.
2012-09-03 Jakub ZawadzkiMT: move global frame_end_routines to packet_info.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-01 Jeff MorrissOnly propose decoding PPID 0 if that PPID is in the...
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-11-08 Chris Maynardpacket_info's in_error_pkt is now a bitfield like in_gr...
2011-11-08 Chris MaynardImprove ICMP conversation tracking, especially when...
2011-10-18 Stig BjørlykkeAdded a private hash table to transport string values...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-06-02 Gerald CombsFrom Chris Maynard via bug 4014:
2009-09-06 Kovarththanan Raja... We track all protocols that appear in each packet in...
2009-06-29 Anders BromanFrom Artem Tamazov:
2009-06-06 Anders BromanHandle Detach and Service request, make it possible...
2009-05-20 Gerald CombsFrom Owen Kirby via bug 3431:
2009-04-04 Anders BromanFrom Francesco Fondelli:
2009-02-16 Stephen FisherAdd support for reading Apple's Bluetooth PacketLogger...
2008-12-10 Tomas Kukosaput the SCTP PPI for current DATA chunk into packet_inf...
2008-07-13 Jaap KeuterFrom Francesco Fondelli:
2008-03-10 Jaap KeuterUpdate comments.
2007-08-08 Ulf Lampingadd pinfo fields clnp_srcref and clnp_dstref to the...
2007-08-03 Ulf Lamping- add PDInterfaceFSUDataAdjust block
2007-06-08 Guy HarrisFrom Stephen Donnelly of Endace:
2007-03-21 Luis Ontanonpacket_info.c and packet.c
2007-03-09 Jörg Mayerdcerpc_procedure_name is actually a const char*, not...
2007-02-21 Ronnie Sahlbergadd a field in pinfo where dcerpc/pidl can store the...
2006-11-07 Ronnie Sahlbergfix for bug 1200
2006-10-22 Ronnie Sahlbergadd a tcp_tree field to packet_info so that we can...
2006-10-17 Ronnie Sahlbergwe need a new pinfo member field so that we can pass...
2006-09-10 Ronnie Sahlbergimplement support to reassemble tcp sessions until...
2006-06-29 Ulf Lampingadd various enhancements to the CBA-ACCO dissector...
2006-05-21 Ronnie Sahlbergname change
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-06-03 Anders BromanFrom Mike Duigou:
2005-05-02 Michael Tüxen- Add support for libpcap files for MTP2 with a per...
2005-03-16 Guy HarrisHave GSS-API subdissectors supply a "data is encrypted...
2005-03-10 Ronnie Sahlbergadd two nice defines for how to decrypt a GSSKRB tvb
2005-03-08 Ronnie Sahlberggssapi decryption nees a few new fields to pass the...
2005-02-25 Guy HarrisMake the DCE transport type an "int" so that -1 is...
2005-02-25 Ronnie Sahlbergpinfo->private_data was a quite subptimal idea
2005-01-19 Gerald CombsAdd a field called "frame.protocols" which shows the...
2004-09-06 Michael TüxenAdd the capability to chose to remap the fist two PPIDS...
2004-09-04 Ulf LampingFrom Eric Wedel: backend things for "Decode As" of...
2004-07-19 Guy HarrisPull the address (and port and circuit type) stuff...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-25 Ronnie SahlbergUpdates from Richard v d Hoff
2004-03-23 Guy HarrisAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2004-02-29 Guy HarrisFrom Jeff Morriss:
2003-12-29 Guy HarrisAdd a "saved_can_desegment" field to the "packet_info...
2003-12-23 Olivier BiotMove the GSM SMS dissection to a dedicated subdissector...
2003-12-08 Guy HarrisFrom Michael Lum: support an AT_SS7PC address type...
2003-11-21 Guy HarrisFrom Olivier Biot:
2003-10-30 Guy HarrisFrom Dinesh Dutt:
2003-10-21 Guy HarrisCatch exceptions when dissecting a verifier, so we...
2003-04-23 Ronnie SahlbergUpdate to TCP to handle hints from dissectors where...
2003-02-28 Guy HarrisAssume all AT_NONE addresses are the same, as they...
2003-02-27 Guy HarrisFrom Didier Gautheron: provide a mechanism to indicate...
2003-01-22 Guy HarrisFrom Dinesh Dutt:
2003-01-06 Jörg Mayerpointer spells with an o
2003-01-06 Ronnie SahlbergUpdate DCERPC so that for (NTLMSSP) PDUs that have...
2002-12-08 Gerald CombsFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-08 Guy HarrisAllow more than one circuit with the same circuit ID...
2002-10-31 Guy HarrisDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
2002-10-22 Guy HarrisAdd in a notion of "circuits", which are for virtual...
2002-10-19 Guy HarrisThe Frame Relay DLCI is a virtual circuit identifer...
2002-10-18 Guy HarrisAdd an AT_ARCNET address type for ARCNET addresses...
2002-10-15 Guy HarrisAdd a new port type, PT_IPX, for IPX socket numbers...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-22 Guy HarrisFix the comment before "CMP_ADDRESS()" to reflect reali...
2002-07-31 Ronnie SahlbergFix small typo
2002-07-31 Ronnie SahlbergAdding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL...
2002-06-28 Guy HarrisFrom Didier Gautheron: move port number from AppleTalk...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-11-29 Guy HarrisUpdate from Ronnie Sahlberg:
2001-11-21 Gilbert RamirezRemove the global packet_info called "pi". Dissectors...
2001-11-20 Guy HarrisGet rid of the "len" and "captured_len" members of...
2001-11-15 Guy HarrisGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-03 Guy HarrisRename the "private" member of the "packet_info" struct...
2001-10-01 Guy HarrisHave a flag in the "packet_info" structure, which indic...
2001-09-13 Guy HarrisTCP desegmentation support, and changes to the ONC...
2001-08-04 Guy HarrisReplace the protocol-specific data in the "packet_info...
2001-06-04 Guy HarrisDefine a "COPY_ADDRESS()" macro, which copies the data...
2001-06-04 Guy HarrisAdd an "ADDRESSES_EQUAL()" macro, taking pointers to...
2001-05-27 Guy HarrisRX and AFS dissectors tvbuffified, and bugs fixed,...
2001-04-01 Ed WarnickeMoved the packet_info structure and supporting function...