Convert enumprinterdataex rpc to ndr format calls.
[metze/wireshark/wip.git] / packet-netbios.c
2002-12-19 Ronnie SahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-17 Guy HarrisIf NBF reassembly isn't enabled, hand Data First Middle...
2002-12-03 Guy HarrisMake the fragment item table static and const.
2002-10-24 Guy HarrisAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-22 Tim PotterRemove trailing space characters between a netbios...
2002-05-04 Guy HarrisMark unused arguments as such.
2002-05-02 Guy HarrisAdd registered fields for more DATA1 and DATA2 values.
2002-05-01 Guy HarrisUse a value_string for NBF command names and for caller...
2002-04-24 Guy HarrisFrom Joerg Mayer: get rid of extra arguments to capture...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
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-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-11-20 Guy HarrisMake the capture routines take an additional argument...
2001-09-29 Guy HarrisMake the item for NetBIOS only as long as the NetBIOS...
2001-09-29 Guy HarrisStart the process of tvbuffifying the SMB dissector...
2001-09-29 Guy HarrisHave "dissect_netbios_payload()" take as an argument...
2001-09-28 Guy HarrisFrom Todd Sabin: dissect the auth info in connection...
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-05-27 Guy HarrisDon't use END_OF_FRAME in tvbuffified dissectors.
2001-02-26 Guy HarrisTvbuffify a commented-out line.
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-15 Guy Harris"get_netbios_name()" can never return a negative number...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-03 Guy HarrisAdd the standard "CHECK_DISPLAY_AS_DATA()" call.
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-13 Gerald Combs- Fix the hex pane offsets for hf_netb_local_ses_no,
2000-11-11 Guy HarrisFix the test for the first 10 bytes of a NetBIOS name...
2000-11-10 Gilbert Ramireztvbuffification by Jeff Foster.
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-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-17 Guy HarrisRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-03-07 Guy HarrisFix some "proto_tree_add_text()" calls.
2000-02-16 Richard SharpeFix NetBIOS name types as per my understanding and...
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-23 Guy HarrisIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-16 Guy HarrisGet rid of the include of "util.h" that some dissectors...
2000-01-14 Gerald CombsFixed small typo in hex printing.
1999-11-30 Guy HarrisMake the NetBIOS dissecting routines all take a pointer...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 Nathan Neulingeradded sap types, netbios name types, ipx socket names
1999-09-03 Guy HarrisAdd in a bunch of changes based on the IBM specificatio...
1999-09-03 Guy HarrisAdd in a pile of additional packet formats from
1999-09-03 Guy HarrisUse "process_netbios_name()", rather than "canonicalize...
1999-09-03 Guy HarrisAdd a bunch more NetBIOS name types.
1999-09-02 Guy HarrisHave the IPX code set "pi.len" and "pi.captured_len...
1999-08-24 Gilbert RamirezFixed the array problem in packet-netbios.
1999-08-18 Gilbert RamirezChanges to compile in win32.
1999-08-10 Guy HarrisJeff Foster's changes to add support for NetBEUI/NBF...