| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+7 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -6/+6 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -15/+15 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -105/+105 |
* | A further update from Mark Muhlestein. | Guy Harris | 2000-04-12 | 1 | -2/+10 |
* | Mark Muhlestein's code to support CIFS-atop-TCP (without the NetBIOS | Guy Harris | 2000-04-12 | 1 | -27/+66 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -4/+16 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -6/+6 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+3 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -3/+3 |
* | Get rid of the include of "util.h" that some dissectors do - it's not | Guy Harris | 2000-01-16 | 1 | -2/+1 |
* | Get rid of the "(UDP)" and "(TCP)" in various NetBIOS-over-TCP protocol | Guy Harris | 1999-12-29 | 1 | -6/+6 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -14/+42 |
* | The equivalent, for NBNS, of Brian J. Murrell's DNS patch to put | Guy Harris | 1999-11-08 | 1 | -374/+417 |
* | Add display filters for nbns, nbdgm and nbss protocols. | Laurent Deniel | 1999-10-17 | 1 | -42/+155 |
* | A DNS or NBNS name may contain pointers to other names in the packet; if | Guy Harris | 1999-10-07 | 1 | -34/+9 |
* | Add more packet bounds checking to DNS, and add some to NetBIOS-over-TCP | Guy Harris | 1999-10-07 | 1 | -115/+319 |
* | A small fix to the handling of NetBIOS continuation messages where a | Richard Sharpe | 1999-10-03 | 1 | -1/+2 |
* | Use "process_netbios_name()", rather than "canonicalize_netbios_name()", | Guy Harris | 1999-09-03 | 1 | -82/+87 |
* | Move the code to set "max_data" in "dissect_nbss()" earlier, so that | Guy Harris | 1999-08-21 | 1 | -2/+7 |
* | This is the code in packet-nbns that handles continuation messages. | Richard Sharpe | 1999-08-21 | 1 | -1/+25 |
* | Declare the "packet_info" structure "pi" in "packet.h", rather than in a | Guy Harris | 1999-08-18 | 1 | -8/+10 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -7/+22 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -124/+114 |
* | As we may return an error message, rather than a NetBIOS name, from | Guy Harris | 1999-06-01 | 1 | -3/+3 |
* | Correctly handle the case of the root showing up as a name in a DNS | Guy Harris | 1999-05-27 | 1 | -2/+2 |
* | Pass NBDS packets on to SMB even if we're only generating a summary | Guy Harris | 1999-05-10 | 1 | -24/+34 |
* | Decode SMB requests inside NetBIOS Datagram Service packets. | Guy Harris | 1999-05-10 | 1 | -3/+8 |
* | EGCS 1.1's dataflow analysis (and probably that of other versions of | Guy Harris | 1999-05-10 | 1 | -2/+2 |
* | Added initial support for SMB plus most of negprot decode .. | Richard Sharpe | 1999-05-09 | 1 | -48/+70 |
* | Add support for the NetBIOS Session Service. | Guy Harris | 1999-04-30 | 1 | -31/+178 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -144/+143 |
* | Clean up what's displayed for unknown opcodes and unknown rcodes. | Guy Harris | 1999-01-05 | 1 | -3/+3 |
* | Decode the various flag fields in resource records in NBNS replies. | Guy Harris | 1999-01-05 | 1 | -86/+215 |
* | Decode the word containing the opcode, flags, reply code, etc. in DNS | Guy Harris | 1999-01-04 | 1 | -97/+162 |
* | When dissecting DNS or NBNS queries or replies, add the item to the tree | Guy Harris | 1998-12-04 | 1 | -11/+11 |
* | Take the name-processing part of "get_nbns_name_type_class()" and put it | Guy Harris | 1998-11-21 | 1 | -33/+34 |
* | Added NetBIOS datagram support (over UDP, as per RFC 1002). | Gilbert Ramirez | 1998-11-20 | 1 | -1/+162 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -5/+6 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+1 |
* | Fix up an "sprintf()" to handle the possibility that the difference | Guy Harris | 1998-10-15 | 1 | -3/+3 |
* | Show queries as a summary line (as was the case before my DNS checkins) | Guy Harris | 1998-10-15 | 1 | -6/+13 |
* | Use "ip_to_str()" and "ether_to_str()" to extract IP and MAC addresses | Guy Harris | 1998-10-14 | 1 | -6/+5 |
* | Tag NetBIOS Name Service-over-UDP packets as "NBNS (UDP)". | Guy Harris | 1998-10-14 | 1 | -54/+653 |
* | Added preliminary support for NetBIOS Name Services over IPX and UDP. Note | Gilbert Ramirez | 1998-10-14 | 1 | -0/+157 |