| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the item for NetBIOS only as long as the NetBIOS header, so that it | Guy Harris | 2001-09-29 | 1 | -2/+2 |
* | Start the process of tvbuffifying the SMB dissector - give it a | Guy Harris | 2001-09-29 | 1 | -25/+5 |
* | Have "dissect_netbios_payload()" take as an argument a tvbuff containing | Guy Harris | 2001-09-29 | 1 | -14/+13 |
* | From Todd Sabin: dissect the auth info in connection oriented dcerpc | Guy Harris | 2001-09-28 | 1 | -23/+39 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -8/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -18/+18 |
* | Don't use END_OF_FRAME in tvbuffified dissectors. | Guy Harris | 2001-05-27 | 1 | -2/+2 |
* | Tvbuffify a commented-out line. | Guy Harris | 2001-02-26 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | "get_netbios_name()" can never return a negative number as the name | Guy Harris | 2001-01-15 | 1 | -33/+11 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Add the standard "CHECK_DISPLAY_AS_DATA()" call. | Guy Harris | 2000-12-03 | 1 | -1/+4 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -3/+3 |
* | - Fix the hex pane offsets for hf_netb_local_ses_no, | Gerald Combs | 2000-11-13 | 1 | -6/+10 |
* | Fix the test for the first 10 bytes of a NetBIOS name being all zeroes. | Guy Harris | 2000-11-11 | 1 | -2/+2 |
* | tvbuffification by Jeff Foster. | Gilbert Ramirez | 2000-11-10 | 1 | -330/+407 |
* | 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 | -3/+3 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -63/+63 |
* | Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors | Guy Harris | 2000-04-17 | 1 | -2/+9 |
* | Fix some "proto_tree_add_text()" calls. | Guy Harris | 2000-03-07 | 1 | -2/+2 |
* | Fix NetBIOS name types as per my understanding and the MS Knowledge base | Richard Sharpe | 2000-02-16 | 1 | -4/+4 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+3 |
* | In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless of | Guy Harris | 2000-01-23 | 1 | -3/+2 |
* | Get rid of the include of "util.h" that some dissectors do - it's not | Guy Harris | 2000-01-16 | 1 | -2/+1 |
* | Fixed small typo in hex printing. | Gerald Combs | 2000-01-14 | 1 | -2/+2 |
* | Make the NetBIOS dissecting routines all take a pointer to the beginning | Guy Harris | 1999-11-30 | 1 | -177/+184 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -10/+22 |
* | added sap types, netbios name types, ipx socket names | Nathan Neulinger | 1999-11-15 | 1 | -1/+5 |
* | Add in a bunch of changes based on the IBM specification for the NetBIOS | Guy Harris | 1999-09-03 | 1 | -192/+378 |
* | Add in a pile of additional packet formats from | Guy Harris | 1999-09-03 | 1 | -51/+218 |
* | Use "process_netbios_name()", rather than "canonicalize_netbios_name()", | Guy Harris | 1999-09-03 | 1 | -3/+11 |
* | Add a bunch more NetBIOS name types. | Guy Harris | 1999-09-03 | 1 | -84/+89 |
* | Have the IPX code set "pi.len" and "pi.captured_len" based on the length | Guy Harris | 1999-09-02 | 1 | -2/+3 |
* | Fixed the array problem in packet-netbios. | Gilbert Ramirez | 1999-08-24 | 1 | -2/+2 |
* | Changes to compile in win32. | Gilbert Ramirez | 1999-08-18 | 1 | -6/+6 |
* | Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2 | Guy Harris | 1999-08-10 | 1 | -0/+693 |