- some radcom files seem to have a different magic key than the one we
[obnox/wireshark/wip.git] / packet-ncp.c
2002-10-11 guyNote that "dissect_ping_req()" duplicates a bunch of...
2002-10-10 guyClean up white space.
2002-09-25 jmayerGreg Morris:
2002-09-22 geraldFrom Greg Morris: More NDS decodes.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-23 guyFix indentation.
2002-08-23 gramFrom Greg Morris:
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-25 guyIf, when trying to get the length of an NCP-over-TCP...
2002-05-25 guyAdd support for desegmentation of NCP-over-TCP.
2002-05-24 guyThe 0x80000000 bit in the NCP-over-TCP length field...
2002-05-16 guyMove the #defines for NCP packet types to "packet-ncp...
2002-05-15 guyGet rid of the "Connection Number High" entry - the...
2002-05-15 guyNCP-over-UDP doesn't have a special header, as NCP...
2002-05-15 guySet the Info column as soon as we have enough informati...
2002-05-11 guyAdd a mechanism for registering "obsolete" preference...
2002-05-09 gramMerge the work in Novell_NCP_branch into the mainline...
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-05 gramLong NCP traces can easily have many packets whose...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-07-12 guyNCP-over-IP bug fix (it wasn't skipping the NCP-over...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
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-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-28 gramAdd the re-write of the NetWare Core Protocol dissector...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-30 guyGive the IPX dissector dissector hash tables for the...
2000-05-11 gramAdd tvbuff class.
2000-04-18 guyIn the NCP dissector, construct conversations using...
2000-04-17 guyDon't rely on the "tree" argument being null as an...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-07 guyFix Gerald's e-mail address.
2000-01-01 guyGet rid of the C++-style comments.
1999-12-15 guySmall change to header processing from James Coe:
1999-12-14 nneulAdded a few more command labels
1999-12-13 nneulAdded a bunch of NCP function names
1999-12-07 guyJames Coe's patch to add SRVLOC and NCP-over-IP support.
1999-11-18 guyCraig Rodrigues' fixes to let it compile on AIX using...
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-17 denielAdd display filters.
1999-09-02 guyHave the IPX code set "pi.len" and "pi.captured_len...
1999-07-29 gramMade the protocol (but not the fields) use the new...
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-05-26 gramRemoved segfault if NCP completion code was decoded...
1999-05-16 gramAdded more functionality to the completion-code parsing...
1999-05-14 gramFurther refined NCP fix, and added translation of NCP...
1999-05-13 gramFixed some serious bugs in the NCP hash routines. I...
1999-05-10 gramFixed the number of parameters for the other super...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-20 gramRe-wrote the NCP module in accordance with how NCP...
1999-03-01 gramSmall fixes for alignment, and #include for gtk+-1...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-27 gramRemoved unused variable and fixed call to add_item_to_t...
1998-10-22 gramAn NCP READ is now decoded. This is the first function...
1998-10-15 gramI'm preparing ncp for expansion (i.e., cleaning up...
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-23 gramI removed the ncp code from packet-ipx.c and created...