aboutsummaryrefslogtreecommitdiffstats
path: root/packet-netbios.c
Commit message (Expand)AuthorAgeFilesLines
* Make the item for NetBIOS only as long as the NetBIOS header, so that itGuy Harris2001-09-291-2/+2
* Start the process of tvbuffifying the SMB dissector - give it aGuy Harris2001-09-291-25/+5
* Have "dissect_netbios_payload()" take as an argument a tvbuff containingGuy Harris2001-09-291-14/+13
* From Todd Sabin: dissect the auth info in connection oriented dcerpcGuy Harris2001-09-281-23/+39
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-8/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-18/+18
* Don't use END_OF_FRAME in tvbuffified dissectors.Guy Harris2001-05-271-2/+2
* Tvbuffify a commented-out line.Guy Harris2001-02-261-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* "get_netbios_name()" can never return a negative number as the nameGuy Harris2001-01-151-33/+11
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Add the standard "CHECK_DISPLAY_AS_DATA()" call.Guy Harris2000-12-031-1/+4
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* - Fix the hex pane offsets for hf_netb_local_ses_no,Gerald Combs2000-11-131-6/+10
* Fix the test for the first 10 bytes of a NetBIOS name being all zeroes.Guy Harris2000-11-111-2/+2
* tvbuffification by Jeff Foster.Gilbert Ramirez2000-11-101-330/+407
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-3/+3
* Add tvbuff class.Gilbert Ramirez2000-05-111-63/+63
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-2/+9
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-071-2/+2
* Fix NetBIOS name types as per my understanding and the MS Knowledge baseRichard Sharpe2000-02-161-4/+4
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-3/+2
* Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris2000-01-161-2/+1
* Fixed small typo in hex printing.Gerald Combs2000-01-141-2/+2
* Make the NetBIOS dissecting routines all take a pointer to the beginningGuy Harris1999-11-301-177/+184
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-10/+22
* added sap types, netbios name types, ipx socket namesNathan Neulinger1999-11-151-1/+5
* Add in a bunch of changes based on the IBM specification for the NetBIOSGuy Harris1999-09-031-192/+378
* Add in a pile of additional packet formats fromGuy Harris1999-09-031-51/+218
* Use "process_netbios_name()", rather than "canonicalize_netbios_name()",Guy Harris1999-09-031-3/+11
* Add a bunch more NetBIOS name types.Guy Harris1999-09-031-84/+89
* Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1999-09-021-2/+3
* Fixed the array problem in packet-netbios.Gilbert Ramirez1999-08-241-2/+2
* Changes to compile in win32.Gilbert Ramirez1999-08-181-6/+6
* Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1999-08-101-0/+693