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