Support for NT Rename SMB, from Steven French.
[obnox/wireshark/wip.git] / packet-netbios.c
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-20 guyMake the capture routines take an additional argument...
2001-09-29 guyMake the item for NetBIOS only as long as the NetBIOS...
2001-09-29 guyStart the process of tvbuffifying the SMB dissector...
2001-09-29 guyHave "dissect_netbios_payload()" take as an argument...
2001-09-28 guyFrom Todd Sabin: dissect the auth info in connection...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 guyDon't use END_OF_FRAME in tvbuffified dissectors.
2001-02-26 guyTvbuffify a commented-out line.
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-15 guy"get_netbios_name()" can never return a negative number...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-03 guyAdd the standard "CHECK_DISPLAY_AS_DATA()" call.
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-13 gerald- Fix the hex pane offsets for hf_netb_local_ses_no,
2000-11-11 guyFix the test for the first 10 bytes of a NetBIOS name...
2000-11-10 gramtvbuffification by Jeff Foster.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-02-16 sharpeFix NetBIOS name types as per my understanding and...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-16 guyGet rid of the include of "util.h" that some dissectors...
2000-01-14 geraldFixed small typo in hex printing.
1999-11-30 guyMake the NetBIOS dissecting routines all take a pointer...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 nneuladded sap types, netbios name types, ipx socket names
1999-09-03 guyAdd in a bunch of changes based on the IBM specificatio...
1999-09-03 guyAdd in a pile of additional packet formats from
1999-09-03 guyUse "process_netbios_name()", rather than "canonicalize...
1999-09-03 guyAdd a bunch more NetBIOS name types.
1999-09-02 guyHave the IPX code set "pi.len" and "pi.captured_len...
1999-08-24 gramFixed the array problem in packet-netbios.
1999-08-18 gramChanges to compile in win32.
1999-08-10 guyJeff Foster's changes to add support for NetBEUI/NBF...