obnox/wireshark/wip.git
2002-06-22 guyFetch the WEP IV before building a subtree for the...
2002-06-22 guyNote the routine that can dissect server type flags.
2002-06-22 guyDisplay as many digits of the offset, in the hex dump...
2002-06-22 guyAdd "uint" to the list of "u..." types not to use.
2002-06-22 guyFrom Devin Heitmueller: give the user a warning if...
2002-06-22 sahlbergAdded some more reply packet dissectors.
2002-06-22 guy"uint" is defined on all platforms; use "guint" instead.
2002-06-22 guyOn Windows, there's no "pipe_fd", so don't refer to it.
2002-06-22 sahlbergAdded some reply dissectors.
2002-06-22 guyGet rid of trailing newline in lines passed to "print_l...
2002-06-22 guyUse a common routine to print protocol tree nodes as...
2002-06-22 guyFrom Jaime Fournier: handle DCE RPC connectionless...
2002-06-22 guyGet rid of separate "print_hex_data_text()" and "print_...
2002-06-22 guyIn the hex dump, generate the offset at the beginning...
2002-06-21 guyUse common code to print the hex dump as text and PostS...
2002-06-21 guyMake the hex dump when printing PostScript look the...
2002-06-21 sahlbergAdded my name at the top of the file
2002-06-21 sahlbergAdded request dissection of functions NetrShareEnumStic...
2002-06-21 sahlbergAdded dissection of the requests to functions NetrRemot...
2002-06-21 sahlbergAdded dissection of the requests to functions NetrServe...
2002-06-21 tpotWarning cleanup.
2002-06-21 tpotPrettify subdissector names.
2002-06-21 tpotReplace sub-dissector names with InterCaps names instea...
2002-06-20 guyFrom Michael Tuexen: fix SCTP port number for M2PA...
2002-06-20 guyFrom Mike Frisch: update the ACL and LOCK/LOCKT/LOCKU...
2002-06-20 guyFrom Jeff Morriss:
2002-06-20 guyFrom Tom Uijldert:
2002-06-20 sahlbergAdded dissection of SERVER_INFO union and rewrote funct...
2002-06-20 sahlbergSome infolevels for SERVER_INFO_UNION
2002-06-20 guyFrom Didier Gautheron: assorted small fixes, more AFP...
2002-06-19 jfosterAdded MS Window printing to ethereal.
2002-06-19 guyClarify a comment, for the benefit of those not familia...
2002-06-19 guyPut the status of the broadcast flag into the summary...
2002-06-19 guyFrom Joerg Mayer:
2002-06-19 guyFrom Joerg Mayer: fix a typo in a comment.
2002-06-19 guyFix to WEP decoding, from Solomon Peachy.
2002-06-19 sahlbergAdded dissection of the request packets for the functio...
2002-06-19 guyDon't hand off the stub body of a Fault PDU to the...
2002-06-19 sahlbergAdded/Rewrote dissection of NetrShareEnum NetrShareGetInfo
2002-06-19 guyFix some bugs in the dissection of WEP-encrypted frames.
2002-06-19 guyDissect the bodies of some additional PDU types.
2002-06-18 guyPut in an additional portability note about "bzero...
2002-06-18 guyFrom Solomon Peachy: do WEP decryption before reassembly.
2002-06-18 sahlbergAdded dissection of the request to NetrShareAdd
2002-06-18 sahlbergAdded dissection of the request packets for NetrSession...
2002-06-18 guyFrom Solomon Peachy: WEP cleanups, WEP decryption suppo...
2002-06-18 guyThere's no more need for separate request and response...
2002-06-18 guyThe offset of the authentication information in a conne...
2002-06-17 sahlbergAdded dissectors for the request packets of functions...
2002-06-17 sahlbergAdded dissection of the requests to functions NetrCharD...
2002-06-17 tpotAdded true_false_string for job status codes.
2002-06-17 tpotAdded value_string for printer status values.
2002-06-17 guyDon't check for a short frame until we care whether...
2002-06-17 guyAdd support for reassembly of fragmented connectionless...
2002-06-17 guyAdd #defines for the bits in the flag fields, and a...
2002-06-16 geraldReturn an error for an invalid class instead of dumping...
2002-06-16 sahlbergForgot again to remove test changes. Must update my...
2002-06-16 sahlbergAdded dissectors for the requests for functions NetrCha...
2002-06-16 sahlbergALIGN_TO_4_BYTES cleanup
2002-06-16 sahlbergWe must make sure that the ALIGN_TO_4_BYTES macro does...
2002-06-16 sahlbergForgot to remove one change only used for local testing...
2002-06-16 sahlbergAdded dissection of the request for NetrCharDevEnum...
2002-06-16 sahlbergChanged one function name that was a duplicate.
2002-06-16 guyHandle the "bool" members the same way we handled the...
2002-06-16 guyFrom Chris Waters: don't use "bool" as a variable name...
2002-06-16 guyFix "display_unicode_string()" to get the length of...
2002-06-15 guyThe enumerated types given in the WTLS spec have values...
2002-06-15 guyCharacter set values are in hex in the WSP spec; always...
2002-06-15 sahlbergFixed bug in MAPI
2002-06-15 guyPut bounds checking into the code in "get_dns_name...
2002-06-15 sahlbergAdded all missing function names.
2002-06-13 guyFrom Graeme Hewson: fix capture-from-pipe not to block...
2002-06-13 guyFix some compiler warnings.
2002-06-13 guyMove the entries to map between platform-dependent...
2002-06-13 guyAdd /I$(PCAP_DIR)/include to the list of directories...
2002-06-13 guyFrom Bill Fumerola: recognize "Option negotiated failed...
2002-06-13 guyFrom Peter Hawkins: make the maximum length argument to
2002-06-13 guyFrom Peter Hawkins: fix the maximum length argument...
2002-06-13 guyFrom Steve Housley: support for the IEEE 802.3ad Link...
2002-06-13 guyExport the new wtap_process_pcap_packet routine.
2002-06-13 guyFrom Loic Tortay: fix a crash when dissecting AFS authe...
2002-06-10 gramAdd #define HAVE_PCAP_H 1 to config.h.win32.
2002-06-09 guyMake various text buffers all the same size, so that...
2002-06-09 guyAdd in names for NDS verbs, from a list found by a...
2002-06-09 geraldFrom John Wells: Fix the default offset adjustment...
2002-06-08 guyWhen looking for dissectors for the source and destinat...
2002-06-08 guyTweak some of the "levels" arguments to properly decora...
2002-06-07 sahlbergUpdates to netshareenumall to correctly decode reply...
2002-06-07 guyFrom Martin Gignac: fix the handling of From: headers...
2002-06-07 guyAdd a Wiretap routine to process packets captured via...
2002-06-07 gramFix the decode of NCP 8701.
2002-06-07 guyDon't call "tvb_strsize(tvb, offset)" if we know there...
2002-06-07 guyUse "tvb_memcpy()" rather than "strncpy()" with a ...
2002-06-07 guyJust have "pcap_dispatch()" cons up a "strut pcap_pkthd...
2002-06-07 guyHave a common routine for doing the packet counter...
2002-06-07 guyPass the captured length, not the full length, to the...
2002-06-07 guyPut the stuff to add the "Illegal {fragment,segment...
2002-06-07 guyAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-07 guyAdd a new error for attempts to open a pipe or FIFO...
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
next