obnox/wireshark/wip.git
2003-01-21 jmayerUpdate manuf file to revised format
2003-01-21 jmayerDon't replace spaces by '_', remove them.
2003-01-21 jmayerAdd a small fixme aboutn --enable-usr-local
2003-01-21 geraldFix a typo.
2003-01-21 guyNote that IP-over-FC is described by RFC 2625.
2003-01-21 guyFrom Brian Ginsbach: symbolic names for Fibre Channel...
2003-01-21 guyFrom Huagang Xie: use "tvb_format_text()" when putting...
2003-01-21 geraldBump the version to 0.9.9. Update the NEWS and ChangeL...
2003-01-21 guyUse "tcp_dissect_pdus()" rather than doing the dissecti...
2003-01-21 geraldAdd packet-ntlmssp.h to Makefile.am.
2003-01-20 tuexenUpdated to support latest versions of the Internet...
2003-01-20 tuexenGet rid of old ASAP PPID.
2003-01-20 guyFrom Yaniv Kaul:
2003-01-20 guyReject packets with opcodes we don't recognize.
2003-01-20 guyDo desegmentation and handle multiple AIM messages...
2003-01-20 guyUse "tcp_dissect_pdus()" rather than doing that stuff...
2003-01-20 guyThe decision on whether there's an encapsulated IP...
2003-01-20 guyMove into "call_dissector_work()" the stuff to handle...
2003-01-19 guyWhen dissecting the packet that gave an ICMP error...
2003-01-19 guyMake the DDTP dissector reject packets with an invalid...
2003-01-19 guyFrom Huagang Xie: dissector for MySQL protocol.
2003-01-19 guyFrom Didier Gautheron:
2003-01-18 guyRename OUT_DATE to OUT_TIMESECS, as it can be used...
2003-01-17 guyFrom Marc Milgram: e-mail address update.
2003-01-16 tpotChange name of proto item for UINT16UNI.
2003-01-16 tpotClean up some unused variables in dissect_ndr_nt_UNICOD...
2003-01-16 guyAdd "doc/README.tapping" to the list of files that...
2003-01-15 guyFrom Devin Heitmueller: further AIM cleanups, including...
2003-01-15 guyMove the code that associates buttons with filter dialo...
2003-01-15 guyAdd a new routine "filter_button_destroy_cb()", and...
2003-01-15 guyDon't have two entries for the official ASAP PPID,...
2003-01-15 guy#if 0 out the binary protocol stuff, as there's only...
2003-01-14 guyGive it an RCS ID.
2003-01-14 guyFrom Christian Falckenberg: beginnings of a MEGACO...
2003-01-14 guyFrom Anders Broman: some additional SCTP payload protoc...
2003-01-14 guyCatch ReportedBoundsError exceptions when dissecting...
2003-01-14 guyWe don't know what, in captures with a major version...
2003-01-14 guySet the length of the L2TP tvbuff based on the length...
2003-01-14 guyDon't copy the entire IP header into a structure, extra...
2003-01-14 tpotAdd value_string for secure channel type used in Server...
2003-01-14 guyFrom Dinesh Dutt:
2003-01-13 tuexenFixed a typo.
2003-01-12 guyFrom Devin Heitmueller:
2003-01-11 sahlbergFrom Ronald Henderson, when closing IO-Stat window...
2003-01-11 guyAdd a new "chdlctypes.h" file for Cisco HDLC type value...
2003-01-11 guyOnly do stuff to circuits on the first pass.
2003-01-11 guy0x4242 is the Cisco HDLC type value for the spanning...
2003-01-11 guyDo some simple sanity checking of TNS data before disse...
2003-01-11 guyFix the copyright notice, give it an RCS ID, and fix...
2003-01-11 guyPut Unicode strings into the protocol tree with the...
2003-01-11 guy"hf_nt_str" is of type FT_STRING, so it should be set...
2003-01-11 guyGet rid of an extra "." at the end of the name of the...
2003-01-11 guyGet rid of unused variables.
2003-01-11 guyFrom Devin Heitmueller: improve dissection of the AIM...
2003-01-11 guyFrom Jaime Fournier: extend the packet-dcerpc-krb5rpc...
2003-01-11 guyPut the message type in the Info column.
2003-01-11 guyPut the correct/incorrect flag after the CRC value...
2003-01-11 guyThe OAM type and function type are packed into a single...
2003-01-11 guyIf it doesn't begin with FF 00 it can't be LANE LE...
2003-01-11 tpotDelete all prs_* functions. Huzzah!
2003-01-11 tpotFinish converting remaining RPCs to ndr routines.
2003-01-11 tpotConvert some incidental prs_* calls to dissect_dcerpc_*
2003-01-11 tpotConverted some more RPCs to ndr routines.
2003-01-10 guyIn "dissect_spnego_negTokenTarg()", don't assume we...
2003-01-10 guyPut the traffic type right after the AAL.
2003-01-10 guyRename the "version" argument to "process_header_record...
2003-01-10 guyIt looks as if a value of 0xfa in the second byte of...
2003-01-10 tpotConverted enumprinters and enumprinterkey rpc to ndr...
2003-01-10 tpotConvert enumprinterdataex rpc to ndr format calls.
2003-01-10 guyOops, a last-minute name change didn't get into packet...
2003-01-10 guyThe Sniffer file formats include a file to identify...
2003-01-10 guyUse "datafiledir" rather than "DATAFILE_DIR" as the...
2003-01-09 guyUse "plugindir", not "PLUGIN_DIR", as the variable...
2003-01-09 guyFrom Albert Chin: "sync_pipe[]" isn't exported by ...
2003-01-09 guyThe checksum in DOS ATM Sniffer files appears to be...
2003-01-09 guyCheck the CRC-10 on AAL3/4 and OAM cells.
2003-01-09 guyCheck the HEC in ATM cells.
2003-01-09 guyAdd code to check the AAL5 CRC, and report it as a...
2003-01-09 guyIt appears that a channel number of 0 means DTE->DCE...
2003-01-09 guyIt appears that ATM sniffer files with 4.x versions...
2003-01-08 oabadReplace :
2003-01-08 guyMake the AAL for a packet a filterable field.
2003-01-08 guyDisplay the packet type as a bitfield for Data, RR...
2003-01-08 guyDissect non-AAL5 packets as single cells.
2003-01-08 guyFrom Chris Waters: support Tazmen Sniffer Protocol...
2003-01-08 guyAdd some checks to make sure "gdk_color_parse()" and
2003-01-08 guySort the filenames a bit more.
2003-01-08 guySeparate the routines to allocate colors from the routi...
2003-01-07 guyIt appears that the first two bytes of "xxz" are, in...
2003-01-07 guyPRI captures appear to be the ISDN captures with padding.
2003-01-07 guyIf the Windows Sniffer writes out one of its ATM captur...
2003-01-07 guyUse some fields in the per-packet header for ATM to...
2003-01-07 guyProperly turn the raw ISDN channel number field into...
2003-01-07 guyThe direction flag for LAPB/X.25 and ISDN appears to...
2003-01-07 guyUpdate a comment.
2003-01-07 guyNote that we should handle LAPD traffic other than...
2003-01-07 guyProperly turn the raw ISDN channel number field into...
2003-01-06 guyShow the M bit regardless of whether it's set or not.
2003-01-06 guyIf we have packet direction information, display it.
2003-01-06 guyIf we have packet direction information, display it.
next