aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
Commit message (Expand)AuthorAgeFilesLines
* Fix small typoRonnie Sahlberg2002-07-311-2/+2
* Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will returnRonnie Sahlberg2002-07-311-1/+15
* From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris2002-06-281-2/+3
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-1/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-1/+2
* Update from Ronnie Sahlberg:Guy Harris2001-11-291-2/+7
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-5/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-3/+1
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-2/+1
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-2/+2
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-011-1/+2
* TCP desegmentation support, and changes to the ONC RPC and NBSSGuy Harris2001-09-131-1/+4
* Replace the protocol-specific data in the "packet_info" structure with aGuy Harris2001-08-041-10/+2
* Define a "COPY_ADDRESS()" macro, which copies the data in one address toGuy Harris2001-06-041-1/+16
* Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"Guy Harris2001-06-041-3/+7
* RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris2001-05-271-1/+10
* Moved the packet_info structure and supporting functions out ofEd Warnicke2001-04-011-0/+101