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