| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Provide a general mechanism by which dissectors can register "init" | Guy Harris | 1999-11-17 | 1 | -2/+3 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -5/+14 |
* | Add display filters. | Laurent Deniel | 1999-10-17 | 1 | -16/+40 |
* | Have the IPX code set "pi.len" and "pi.captured_len" based on the length | Guy Harris | 1999-09-02 | 1 | -3/+2 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -2/+3 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -29/+27 |
* | Removed segfault if NCP completion code was decoded for an uknown NCP reply t... | Gilbert Ramirez | 1999-05-26 | 1 | -4/+11 |
* | Added more functionality to the completion-code parsing routine. | Gilbert Ramirez | 1999-05-16 | 1 | -18/+60 |
* | Further refined NCP fix, and added translation of NCP Completion Code. | Gilbert Ramirez | 1999-05-14 | 1 | -52/+272 |
* | Fixed some serious bugs in the NCP hash routines. I also simplified | Gilbert Ramirez | 1999-05-13 | 1 | -43/+171 |
* | Fixed the number of parameters for the other super-IPX protocols so that | Gilbert Ramirez | 1999-05-10 | 1 | -2/+3 |
* | Removed all references to gtk objects from packet*.[ch] files. They now | Gilbert Ramirez | 1999-03-23 | 1 | -22/+19 |
* | Re-wrote the NCP module in accordance with how NCP is really organized. | Gilbert Ramirez | 1999-03-20 | 1 | -163/+340 |
* | Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.x | Gilbert Ramirez | 1999-03-01 | 1 | -2/+2 |
* | * Added column formatting functionality. | Gerald Combs | 1998-11-17 | 1 | -5/+5 |
* | A lengthy patch to add the wiretap library. Wiretap is not used by default | Gilbert Ramirez | 1998-11-12 | 1 | -2/+1 |