| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that "dissect_ping_req()" duplicates a bunch of stuff in | Guy Harris | 2002-10-11 | 1 | -20/+1 |
* | Clean up white space. | Guy Harris | 2002-10-10 | 1 | -65/+86 |
* | Greg Morris: | Jörg Mayer | 2002-09-25 | 1 | -4/+5 |
* | From Greg Morris: More NDS decodes. | Gerald Combs | 2002-09-22 | 1 | -40/+84 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -9/+9 |
* | Fix indentation. | Guy Harris | 2002-08-23 | 1 | -41/+35 |
* | From Greg Morris: | Gilbert Ramirez | 2002-08-23 | 1 | -16/+85 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | If, when trying to get the length of an NCP-over-TCP PDU, we don't see | Guy Harris | 2002-05-25 | 1 | -1/+13 |
* | Add support for desegmentation of NCP-over-TCP. | Guy Harris | 2002-05-25 | 1 | -8/+44 |
* | The 0x80000000 bit in the NCP-over-TCP length field, in requests, | Guy Harris | 2002-05-24 | 1 | -5/+31 |
* | Move the #defines for NCP packet types to "packet-ncp-int.h", and use | Guy Harris | 2002-05-16 | 1 | -14/+11 |
* | Get rid of the "Connection Number High" entry - the "Connection Number" | Guy Harris | 2002-05-15 | 1 | -3/+1 |
* | NCP-over-UDP doesn't have a special header, as NCP-over-TCP does. | Guy Harris | 2002-05-15 | 1 | -49/+127 |
* | Set the Info column as soon as we have enough information to do so. | Guy Harris | 2002-05-15 | 1 | -21/+253 |
* | Add a mechanism for registering "obsolete" preference modules, so that | Guy Harris | 2002-05-11 | 1 | -1/+7 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 1 | -123/+4 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -36/+24 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -7/+7 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -8/+9 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | NCP-over-IP bug fix (it wasn't skipping the NCP-over-{TCP,UDP} header | Guy Harris | 2001-07-12 | 1 | -3/+6 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -9/+9 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -6/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -5/+6 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -1/+2 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | If we get an exception when dissecting a packet, append "[Short Frame]" | Guy Harris | 2000-12-29 | 1 | -1/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | 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 | -10/+2 |
* | Add the re-write of the NetWare Core Protocol dissector. It's mostly | Gilbert Ramirez | 2000-07-28 | 1 | -810/+145 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -7/+7 |
* | Give the IPX dissector dissector hash tables for the IPX type and socket | Guy Harris | 2000-05-30 | 1 | -3/+4 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -21/+21 |
* | In the NCP dissector, construct conversations using the source and | Guy Harris | 2000-04-18 | 1 | -58/+84 |
* | Don't rely on the "tree" argument being null as an indication that this | Guy Harris | 2000-04-17 | 1 | -18/+21 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -1/+9 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -2/+2 |
* | Fix files that had Gilbert's old e-mail address or that didn't have my | Guy Harris | 2000-01-22 | 1 | -2/+2 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Get rid of the C++-style comments. | Guy Harris | 2000-01-01 | 1 | -3/+3 |
* | Small change to header processing from James Coe: | Guy Harris | 1999-12-15 | 1 | -6/+6 |
* | Added a few more command labels | Nathan Neulinger | 1999-12-14 | 1 | -1/+17 |
* | Added a bunch of NCP function names | Nathan Neulinger | 1999-12-13 | 1 | -3/+76 |
* | James Coe's patch to add SRVLOC and NCP-over-IP support. | Guy Harris | 1999-12-07 | 1 | -1/+53 |
* | Craig Rodrigues' fixes to let it compile on AIX using IBM's compiler | Guy Harris | 1999-11-18 | 1 | -2/+2 |