On Windows, include "capture-wpcap.h", to define "has_wpcap".
[obnox/wireshark/wip.git] / packet-frame.c
2002-04-13 guy"pinfo->pseudo_header" might be null, even for link...
2002-04-08 gramMore static-ization.
2002-02-18 guyAdd support for reassembling RPC-over-TCP fragments...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-17 guyMark un-reassembled TCP segments as (possibly) being...
2002-01-17 guyUse the "fragmented" field of the "packet_info" structu...
2002-01-08 guyIf a ReportedBoundsError exception occurs, report it...
2001-12-24 geraldCisco HDLC and frame relay direction reporting, from...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyClean up indentation.
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-06 guyWTAP_ENCAP_ values are #defined in decimal; display...
2001-11-26 hagbardAdded a proto_reg_handoff_frame() function and switched...
2001-11-01 gramAdd an option to show the File Offset of a frame. Not...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-01 hagbardAdded a register_dissector() call in packet-frame.c...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-29 guyIf we get an exception when dissecting a packet, append...
2000-12-15 geraldAdd the relative time to the frame tree, at the request...
2000-11-29 gramWrap the dissect_fddi() call (with a 4th argument)...
2000-11-15 guyIEEE 802.11 support, from Johan Jorgensen of Axis Commu...
2000-10-06 gramImplement epan_dissect_new() and epan_dissect_free...