aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-1/+2
2001-11-29Update from Ronnie Sahlberg:Guy Harris1-2/+7
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-5/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-3/+1
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-2/+2
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris1-1/+2
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris1-1/+4
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris1-10/+2
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris1-1/+16
2001-06-04Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris1-3/+7
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris1-1/+10
2001-04-01Moved the packet_info structure and supporting functions out ofEd Warnicke1-0/+101