| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved the the remaining column related routines out of packet.{c,h} | Ed Warnicke | 2001-04-01 | 1 | -509/+1 |
* | Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h. | Ed Warnicke | 2001-04-01 | 1 | -3/+2 |
* | Moved some definitions and functions from packet-osi.{c,h} to | Ed Warnicke | 2001-04-01 | 1 | -2/+2 |
* | Moved the packet_info structure and supporting functions out of | Ed Warnicke | 2001-04-01 | 1 | -19/+1 |
* | Moved the frame_data structures and functions from packet.{h,c} to | Ed Warnicke | 2001-04-01 | 1 | -106/+2 |
* | Moved the value_string structures and function from packet.{c,h} into | Ed Warnicke | 2001-04-01 | 1 | -53/+1 |
* | Moved various to_str files from packet.{c,h} to a separate | Ed Warnicke | 2001-04-01 | 1 | -322/+2 |
* | removed #include "print.h" and #include "file.h" from packet.c | Ed Warnicke | 2001-03-31 | 1 | -3/+1 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -2/+5 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -3/+3 |
* | Add a new AT_OSI address type. | Guy Harris | 2001-03-15 | 1 | -1/+9 |
* | In "call_dissector()", if the protocol for the dissector referred to by | Guy Harris | 2001-02-08 | 1 | -1/+2 |
* | "Decode As" dialog, from David Hampton. | Guy Harris | 2001-02-01 | 1 | -24/+333 |
* | Tvbuffify the PIM dissector. | Guy Harris | 2001-01-13 | 1 | -39/+1 |
* | Also save and restore the value of "pinfo->match_port" in | Guy Harris | 2001-01-13 | 1 | -3/+9 |
* | In all the routines that set "pinfo->current_proto" before calling a | Guy Harris | 2001-01-12 | 1 | -6/+36 |
* | In "{old_}dissector_try_port()", check whether the protocol for the | Guy Harris | 2001-01-10 | 1 | -2/+75 |
* | Add a new "ip_to_str_buf()" routine that takes a pointer to an IP | Guy Harris | 2001-01-09 | 1 | -19/+31 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -9/+24 |
* | Add tables of "conversation" dissectors, which are associated with | Guy Harris | 2001-01-09 | 1 | -1/+79 |
* | Add a "col_clear()" routine, to clear a column; it appears (and it | Guy Harris | 2000-12-04 | 1 | -1/+19 |
* | Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c" | Guy Harris | 2000-12-03 | 1 | -5/+2 |
* | Nothing in "packet.c" uses the global "cfile", so there's no need to | Guy Harris | 2000-12-03 | 1 | -4/+1 |
* | Pull the code to set the fields in the "cfile.cinfo" structure into a | Guy Harris | 2000-12-03 | 1 | -1/+15 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -35/+85 |
* | Nobody calls "old_try_conversation_dissector()" or | Guy Harris | 2000-11-18 | 1 | -33/+1 |
* | Add a mechanism by which a dissector can be registered by name, another | Guy Harris | 2000-11-15 | 1 | -2/+80 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -39/+1 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 1 | -1/+28 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -186/+30 |
* | Move packet.[ch] to epan | Gilbert Ramirez | 2000-09-27 | 1 | -0/+1587 |