When initializing a capture filter, assign a pointer to an empty string
[obnox/wireshark/wip.git] / packet.c
1999-12-29 guyPut the frame number in the text for the top-level...
1999-12-29 guyMove the stuff to fill in those columns not filled...
1999-12-12 gramAdded Bert Driehuis <driehuis@playbeing.org>'s I4B...
1999-12-12 gramAdd the who protocol (rwho/rwhod/ruptime)
1999-12-02 guyChristopher McAvaney's fix to "format_text()" to make...
1999-11-27 guyARP requests with a hardware type of ARPHRD_ATM2225...
1999-11-20 gramEnable ether name resolution for packet summary lines...
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-11 gramAdd LAPD support.
1999-10-29 guyHave the PROTOCOL field for ONC RPC just give the RPC...
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-15 guyPhil Techau's patch to add "col_append_str()".
1999-10-14 guyInclude <arpa/inet.h>, so we get a declaration of ...
1999-10-14 guyMake it build on systems lacking "inet_pton()", "inet_n...
1999-10-14 itojunuse inet_pton() and inet_ntop(), which are RFC2553...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-29 guyAdd an item to the "File/Print" dialog box to ask that...
1999-09-18 denielHandle the missing FT_BYTES field type.
1999-09-12 guyAdd a "Expand all levels"/"Print as displayed" pair...
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-09-11 geraldAdded support for Lucent/Ascend packet traces. The...
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-18 guyDeclare the "packet_info" structure "pi" in "packet...
1999-08-14 guyHave the "delta" format for time stamps show the time...
1999-08-04 guyAdd a "dissect_xdlc_control()" routine, to dissect...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-28 guyPatches from Thierry Andry to support Classical IP...
1999-07-22 gramAdded "Packet Length in bytes" as an optional column.
1999-07-15 gramModified the proto_register_field_array usage again...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-22 guyUpdate the display if the "command-line-specified"...
1999-06-19 guyAdded "Capture" and "Display" menus; "Capture" has...
1999-06-12 guyMake the string argument to "col_add_str()" a "const...
1999-05-11 guyTurn "arpaddr_to_str()" into "bytes_to_str()", and...
1999-03-31 guyMove the bitfield-decoding routines to "packet.h",...
1999-03-30 guyChanges to the routines to help decode text-oriented...
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-02-12 guyAdd a first cut at HTTP decoding.
1999-01-28 gramAdded guy's time and DHCP patch.
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1999-01-05 guyNeither "ether_to_str()" nor "ip_to_str()" modify the...
1999-01-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-21 geraldModify add_item_to_tree to return immediately on a...
1998-12-04 guyWhen dissecting DNS or NBNS queries or replies, add...
1998-11-18 gerald* Added patches from Laurent and Guy
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-28 guy Add the "Maximize security" type of service for IP...
1998-10-20 guy Add a "val_to_str()" routine that calls "match_strval...
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)
1998-10-12 gerald- Added match_strval function to packet.c
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-25 gerald* Ethernet manufacturer support (Laurent)
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision