Minor spelling etc updates.
[metze/wireshark/wip.git] / packet-ncp.c
2002-10-11 Guy HarrisNote that "dissect_ping_req()" duplicates a bunch of...
2002-10-10 Guy HarrisClean up white space.
2002-09-25 Jörg MayerGreg Morris:
2002-09-22 Gerald CombsFrom Greg Morris: More NDS decodes.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-23 Guy HarrisFix indentation.
2002-08-23 Gilbert RamirezFrom Greg Morris:
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-25 Guy HarrisIf, when trying to get the length of an NCP-over-TCP...
2002-05-25 Guy HarrisAdd support for desegmentation of NCP-over-TCP.
2002-05-24 Guy HarrisThe 0x80000000 bit in the NCP-over-TCP length field...
2002-05-16 Guy HarrisMove the #defines for NCP packet types to "packet-ncp...
2002-05-15 Guy HarrisGet rid of the "Connection Number High" entry - the...
2002-05-15 Guy HarrisNCP-over-UDP doesn't have a special header, as NCP...
2002-05-15 Guy HarrisSet the Info column as soon as we have enough informati...
2002-05-11 Guy HarrisAdd a mechanism for registering "obsolete" preference...
2002-05-09 Gilbert RamirezMerge the work in Novell_NCP_branch into the mainline...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-05 Gilbert RamirezLong NCP traces can easily have many packets whose...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-07-12 Guy HarrisNCP-over-IP bug fix (it wasn't skipping the NCP-over...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-29 Guy HarrisIf we get an exception when dissecting a packet, append...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-28 Gilbert RamirezAdd the re-write of the NetWare Core Protocol dissector...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-30 Guy HarrisGive the IPX dissector dissector hash tables for the...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-18 Guy HarrisIn the NCP dissector, construct conversations using...
2000-04-17 Guy HarrisDon't rely on the "tree" argument being null as an...
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
2000-01-01 Guy HarrisGet rid of the C++-style comments.
1999-12-15 Guy HarrisSmall change to header processing from James Coe:
1999-12-14 Nathan NeulingerAdded a few more command labels
1999-12-13 Nathan NeulingerAdded a bunch of NCP function names
1999-12-07 Guy HarrisJames Coe's patch to add SRVLOC and NCP-over-IP support.
1999-11-18 Guy HarrisCraig Rodrigues' fixes to let it compile on AIX using...
1999-11-17 Guy HarrisProvide a general mechanism by which dissectors can...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-17 Laurent DenielAdd display filters.
1999-09-02 Guy HarrisHave the IPX code set "pi.len" and "pi.captured_len...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-05-26 Gilbert RamirezRemoved segfault if NCP completion code was decoded...
1999-05-16 Gilbert RamirezAdded more functionality to the completion-code parsing...
1999-05-14 Gilbert RamirezFurther refined NCP fix, and added translation of NCP...
1999-05-13 Gilbert RamirezFixed some serious bugs in the NCP hash routines. I...
1999-05-10 Gilbert RamirezFixed the number of parameters for the other super...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-03-20 Gilbert RamirezRe-wrote the NCP module in accordance with how NCP...
1999-03-01 Gilbert RamirezSmall fixes for alignment, and #include for gtk+-1...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-27 Gilbert RamirezRemoved unused variable and fixed call to add_item_to_t...
1998-10-22 Gilbert RamirezAn NCP READ is now decoded. This is the first function...
1998-10-15 Gilbert RamirezI'm preparing ncp for expansion (i.e., cleaning up...
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-23 Gilbert RamirezI removed the ncp code from packet-ipx.c and created...