aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet_info.h
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyguy1-1/+2
2003-01-22From Dinesh Dutt:guy1-1/+4
2003-01-06pointer spells with an ojmayer1-3/+2
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedsahlberg1-1/+3
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-2/+8
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aguy1-3/+4
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-2/+3
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedguy1-1/+10
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orguy1-2/+1
2002-10-18Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETguy1-2/+3
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",guy1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-08-22Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()"guy1-3/+3
2002-07-31Fix small typosahlberg1-2/+2
2002-07-31Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will returnsahlberg1-1/+15
2002-06-28From Didier Gautheron: move port number from AppleTalk addresses toguy1-2/+3
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-1/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-1/+2
2001-11-29Update from Ronnie Sahlberg:guy1-2/+7
2001-11-21Remove the global packet_info called "pi". Dissectors now onlygram1-5/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-3/+1
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-2/+1
2001-11-03Rename the "private" member of the "packet_info" structure toguy1-2/+2
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theguy1-1/+2
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSguy1-1/+4
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aguy1-10/+2
2001-06-04Define a "COPY_ADDRESS()" macro, which copies the data in one address toguy1-1/+16
2001-06-04Add an "ADDRESSES_EQUAL()" macro, taking pointers to two "address"guy1-3/+7
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.guy1-1/+10
2001-04-01Moved the packet_info structure and supporting functions out ofhagbard1-0/+101