aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbns.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-45/+46
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-5/+10
2001-11-21Get rid of some unused variables.guy1-2/+3
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-3/+2
2001-11-03Rename the "private" member of the "packet_info" structure toguy1-2/+2
2001-10-12Sigh. A MacOS X 10.1 appeared to have put out a malformed NetBIOSguy1-2/+10
2001-09-30The length of an NBSS message can be bigger than 64K, so make theguy1-39/+143
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aguy1-2/+1
2001-09-29Have "dissect_netbios_payload()" take as an argument a tvbuff containingguy1-9/+14
2001-09-29Re-strengthen the check for NBSS continuations, to avoid, for example,guy1-4/+10
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcguy1-30/+6
2001-09-17Add support for desegmentation of DNS messages.guy1-5/+4
2001-09-13TCP desegmentation support, and changes to the ONC RPC and NBSSguy1-1/+32
2001-08-05Make some of the NBDS fields enumerated fields, and give the Booleanguy1-70/+102
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.guy1-443/+319
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-17/+17
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-12/+12
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-5/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-4/+6
2000-11-19Fix buffer overruns:gerald1-2/+4
2000-11-19For each column, have both a buffer into which strings for that columnguy1-6/+6
2000-11-14Check for existence of COL_INFO before adding "Short xxx packet" togram1-2/+4
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-6/+6
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-15/+15
2000-05-11Add tvbuff class.gram1-105/+105
2000-04-12A further update from Mark Muhlestein.guy1-2/+10
2000-04-12Mark Muhlestein's code to support CIFS-atop-TCP (without the NetBIOSguy1-27/+66
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-4/+16
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-6/+6
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-3/+3
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notguy1-2/+1
1999-12-29Get rid of the "(UDP)" and "(TCP)" in various NetBIOS-over-TCP protocolguy1-6/+6
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-14/+42
1999-11-08The equivalent, for NBNS, of Brian J. Murrell's DNS patch to putguy1-374/+417
1999-10-17Add display filters for nbns, nbdgm and nbss protocols.deniel1-42/+155
1999-10-07A DNS or NBNS name may contain pointers to other names in the packet; ifguy1-34/+9
1999-10-07Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCPguy1-115/+319
1999-10-03A small fix to the handling of NetBIOS continuation messages where asharpe1-1/+2
1999-09-03Use "process_netbios_name()", rather than "canonicalize_netbios_name()",guy1-82/+87
1999-08-21Move the code to set "max_data" in "dissect_nbss()" earlier, so thatguy1-2/+7
1999-08-21This is the code in packet-nbns that handles continuation messages.sharpe1-1/+25
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-8/+10
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-7/+22
1999-07-07Created a new protocol tree implementation and a new display filtergram1-124/+114
1999-06-01As we may return an error message, rather than a NetBIOS name, fromguy1-3/+3
1999-05-27Correctly handle the case of the root showing up as a name in a DNSguy1-2/+2
1999-05-10Pass NBDS packets on to SMB even if we're only generating a summaryguy1-24/+34
1999-05-10Decode SMB requests inside NetBIOS Datagram Service packets.guy1-3/+8