aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Remove need for match_port #define in packet_info.h and just replace existing...Michael Mann1-3/+0
2013-10-24Remove ipxptype from struct _packet_info and pass it into subdissectors throu...Michael Mann1-1/+0
2013-10-24Remove profinet_conv member of struct _packet_info and turn it into proto_data.Michael Mann1-1/+0
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki1-0/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-0/+1
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-0/+1
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs1-0/+11
2013-05-15- Use the key for comparison of per_proto_data.Anders Broman1-1/+1
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ...Anders Broman1-0/+2
2013-03-02Don't include wmem.h in packet_info.h, just use the struct name directly.Evan Huus1-2/+1
2012-12-19Only include wmem_core.h in packet_info.h. It's not technically aEvan Huus1-1/+1
2012-12-02Create a wmem pool in pinfo and use it for some address allocations.Evan Huus1-0/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-0/+1
2012-09-12Add doxygen hints.Anders Broman1-110/+115
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Only propose decoding PPID 0 if that PPID is in the currently-selected frame.Jeff Morriss1-2/+4
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -Jeff Morriss1-3/+2
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-1/+1
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...Chris Maynard1-0/+3
2011-10-18Added a private hash table to transport string values between dissectors.Stig Bjørlykke1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+4
2010-06-02From Chris Maynard via bug 4014:Gerald Combs1-0/+1
2009-09-06We track all protocols that appear in each packet in the frame dissector. Thi...Kovarththanan Rajaratnam1-0/+1
2009-06-29From Artem Tamazov:Anders Broman1-22/+0
2009-06-06Handle Detach and Service request, make it possible to set direction on link(...Anders Broman1-0/+8
2009-05-20From Owen Kirby via bug 3431:Gerald Combs1-9/+16
2009-04-04From Francesco Fondelli:Anders Broman1-0/+22
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher1-0/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa1-1/+2
2008-07-13From Francesco Fondelli:Jaap Keuter1-0/+1
2008-03-10Update comments.Jaap Keuter1-4/+4
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