| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -1/+5 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -4/+1 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -3/+4 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -8/+6 |
* | "END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid of | Guy Harris | 2001-11-20 | 1 | -13/+5 |
* | Put "extern" in front of a pile of function declarations. | Guy Harris | 2001-10-31 | 1 | -36/+47 |
* | Get rid of a bunch of stuff that was there to support non-tvbuffified | Guy Harris | 2001-10-31 | 1 | -9/+6 |
* | Create a routine to do the tvbuff-length-adjusting and | Guy Harris | 2001-06-29 | 1 | -1/+9 |
* | "old_dissector_delete()" is no longer used; remove it. | Guy Harris | 2001-06-02 | 1 | -4/+2 |
* | No old-style dissectors call "old_dissector_try_port()", so get rid of | Guy Harris | 2001-05-30 | 1 | -10/+1 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -2/+1 |
* | Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new | Guy Harris | 2001-04-17 | 1 | -4/+1 |
* | Moved the the remaining column related routines out of packet.{c,h} | Ed Warnicke | 2001-04-01 | 1 | -25/+2 |
* | Moved the packet_info structure and supporting functions out of | Ed Warnicke | 2001-04-01 | 1 | -70/+2 |
* | Moved the frame_data structures and functions from packet.{h,c} to | Ed Warnicke | 2001-04-01 | 1 | -32/+2 |
* | Moved the column_info structure and related enum from packet.{c,h} to | Ed Warnicke | 2001-04-01 | 1 | -58/+2 |
* | Moved the value_string structures and function from packet.{c,h} into | Ed Warnicke | 2001-04-01 | 1 | -12/+2 |
* | Moved various to_str files from packet.{c,h} to a separate | Ed Warnicke | 2001-04-01 | 1 | -16/+2 |
* | Changes required to support multiple named data sources. | Jeff Foster | 2001-03-23 | 1 | -1/+3 |
* | Add a new AT_OSI address type. | Guy Harris | 2001-03-15 | 1 | -2/+3 |
* | Fix up the handling of NBIPX packets, and of Microsoft "direct hosting" | Guy Harris | 2001-02-27 | 1 | -1/+2 |
* | "Decode As" dialog, from David Hampton. | Guy Harris | 2001-02-01 | 1 | -1/+27 |
* | Pull the handling of trailers in Ethernet (as opposed to 802.3) frames | Guy Harris | 2001-01-18 | 1 | -5/+5 |
* | Tvbuffify the PIM dissector. | Guy Harris | 2001-01-13 | 1 | -3/+1 |
* | Add a new "ip_to_str_buf()" routine that takes a pointer to an IP | Guy Harris | 2001-01-09 | 1 | -1/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -8/+14 |
* | Add tables of "conversation" dissectors, which are associated with | Guy Harris | 2001-01-09 | 1 | -1/+23 |
* | Add code to check the checksums of TCP segments and UDP datagrams; | Guy Harris | 2000-12-13 | 1 | -2/+3 |
* | Add a "col_clear()" routine, to clear a column; it appears (and it | Guy Harris | 2000-12-04 | 1 | -1/+2 |
* | Update a comment. | Guy Harris | 2000-12-03 | 1 | -3/+3 |
* | Pull the code to set the fields in the "cfile.cinfo" structure into a | Guy Harris | 2000-12-03 | 1 | -1/+5 |
* | Senseless old prototype for rpc init removed. | Uwe Girlich | 2000-11-21 | 1 | -3/+1 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -1/+3 |
* | Nobody calls "old_try_conversation_dissector()" or | Guy Harris | 2000-11-18 | 1 | -3/+1 |
* | Put in an empty declaration of "struct dissector_handle" before | Guy Harris | 2000-11-18 | 1 | -2/+4 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -2/+2 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | Add a mechanism by which a dissector can be registered by name, another | Guy Harris | 2000-11-15 | 1 | -1/+16 |
* | Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just a | Guy Harris | 2000-11-13 | 1 | -2/+1 |
* | Add a fourth choice of time format in the packet list display, which | Guy Harris | 2000-11-01 | 1 | -1/+2 |
* | Implement epan_dissect_new() and epan_dissect_free(). These are the | Gilbert Ramirez | 2000-10-06 | 1 | -6/+7 |
* | Move packet.[ch] to epan | Gilbert Ramirez | 2000-09-27 | 1 | -0/+371 |