aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-27/+27
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-5/+10
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-09-29Start the process of tvbuffifying the SMB dissector - give it aGuy Harris1-2/+1
2001-09-29Have "dissect_netbios_payload()" take as an argument a tvbuff containingGuy Harris1-5/+7
2001-09-28From Todd Sabin: dissect the auth info in connection oriented dcerpcGuy Harris1-16/+5
2001-04-23Fix Gerald's address.Guy Harris1-2/+2
2001-02-27Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris1-286/+607
2001-01-15"get_netbios_name()" can never return a negative number as the nameGuy Harris1-31/+27
2001-01-10Put in some XXX comments.Guy Harris1-1/+8
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+4
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-29If we get an exception when dissecting a packet, append "[Short Frame]"Guy Harris1-1/+3
2000-12-06Break out the bits in the NBIPX "connection control" field.Guy Harris1-3/+24
2000-12-03Register "dissect_nbipx()", and have the IPX dissector look up itsGuy Harris1-2/+4
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris1-3/+3
2000-11-10Set pinfo->current_protoGilbert Ramirez1-1/+3
2000-11-10Fix "packet-netbios.h" to match the new "packet-netbios.c", so that itGuy Harris1-92/+100
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-4/+4
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris1-2/+8
2000-05-11Add tvbuff class.Gilbert Ramirez1-24/+24
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-2/+3
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
1999-11-30Make the NetBIOS dissecting routines all take a pointer to the beginningGuy Harris1-29/+54
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-6/+14
1999-09-03Stuff to IPX socket 0x0455 (NetBIOS), and to sockets 0x0551 and 0x0553Guy Harris1-147/+216
1999-09-03Dissect the name type flag in NBIPX name service packets (at leastGuy Harris1-5/+25
1999-09-03Add a bunch more NetBIOS name types.Guy Harris1-45/+35
1999-09-02Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1-47/+158
1999-08-25NBIPX packet type 3 appears to be the equivalent, in NBIPXland, of theGuy Harris1-18/+28
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-6/+14
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-11/+10
1999-05-10This small change lets me read SMBtrans packets that come over NBIPX.Gilbert Ramirez1-9/+24
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-26/+19
1998-11-17* Added column formatting functionality.Gerald Combs1-7/+8
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-10-14I've started to figure out the difference between NetBIOS over IPX forGilbert Ramirez1-19/+71
1998-10-14I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.cGilbert Ramirez1-2/+2
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. NoteGilbert Ramirez1-0/+140