| Commit message (Expand) | Author | Age | Files | Lines |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 1 | -2/+2 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -10/+13 |
* | Convert some "col_add_str()" calls to "col_set_str()". | Guy Harris | 2002-01-21 | 1 | -5/+5 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -30/+30 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -3/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -16/+21 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -3/+6 |
* | Remove a duplicate entry from the SAP table, and move an entry in that | Guy Harris | 2001-11-25 | 1 | -3/+2 |
* | Throw in a large pile of additional SAP values. | Guy Harris | 2001-11-25 | 1 | -43/+223 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -2/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use "val_to_str()", rather than "match_strval()", in "socket_text()". | Guy Harris | 2001-10-20 | 1 | -19/+11 |
* | add a couple of socket numbers that seem to be consistently allocated for the... | Nathan Neulinger | 2001-10-08 | 1 | -1/+7 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -5/+5 |
* | Create a routine to do the tvbuff-length-adjusting and | Guy Harris | 2001-06-29 | 1 | -20/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -24/+24 |
* | IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates, | Guy Harris | 2001-05-03 | 1 | -1/+3 |
* | FT_UINTn and FT_INTn fields must always have a base selected for them; | Guy Harris | 2001-04-19 | 1 | -3/+3 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -4/+4 |
* | "packet-ipx.c" doesn't use anything from "packet-snmp.h", so don't | Guy Harris | 2001-04-15 | 1 | -3/+1 |
* | Moved various to_str files from packet.{c,h} to a separate | Ed Warnicke | 2001-04-01 | 1 | -75/+1 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -2/+2 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -2/+2 |
* | Fix up the handling of NBIPX packets, and of Microsoft "direct hosting" | Guy Harris | 2001-02-27 | 1 | -24/+9 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -22/+14 |
* | Make GRE use a dissector table for its protocol types, and register | Guy Harris | 2001-01-13 | 1 | -1/+2 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -1/+2 |
* | Register the IPX dissector, make it static, and call it through a | Guy Harris | 2001-01-09 | 1 | -2/+4 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -10/+14 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -6/+11 |
* | Register "dissect_nbipx()", and have the IPX dissector look up its | Guy Harris | 2000-12-03 | 1 | -7/+10 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -8/+8 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Give the "null" link-layer header dissector a dissector table, and put | Guy Harris | 2000-11-17 | 1 | -1/+3 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -3/+3 |
* | Fix "packet-netbios.h" to match the new "packet-netbios.c", so that it | Guy Harris | 2000-11-10 | 1 | -2/+2 |
* | When checking whether we should set the COL_INFO column, check COL_INFO, | Guy Harris | 2000-10-22 | 1 | -3/+3 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+10 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -54/+13 |
* | Convert IPX-and-friend dissectors in packet-ipx.c to use | Gilbert Ramirez | 2000-06-15 | 1 | -206/+251 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -23/+23 |
* | Give the IPX dissector dissector hash tables for the IPX type and socket | Guy Harris | 2000-05-30 | 1 | -131/+44 |
* | EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu. | Guy Harris | 2000-05-22 | 1 | -1/+12 |
* | Detect CISCO and NOVELL type IPX packets. | Gilbert Ramirez | 2000-05-19 | 1 | -2/+6 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -44/+44 |
* | In the NCP dissector, construct conversations using the source and | Guy Harris | 2000-04-18 | 1 | -11/+1 |
* | Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors | Guy Harris | 2000-04-17 | 1 | -1/+3 |
* | Register a "ppp.protocol" dissector table for PPP, and have dissectors | Guy Harris | 2000-04-16 | 1 | -1/+3 |
* | Change the sub-dissector handoff registration routines so that the | Gilbert Ramirez | 2000-04-13 | 1 | -1/+3 |