| Commit message (Expand) | Author | Age | Files | Lines |
* | Count ICMPv6 packets as ICMP when capturing. | Guy Harris | 2002-10-25 | 1 | -2/+1 |
* | Minimalistic support for counting IPv6 packets during capture | Jörg Mayer | 2002-10-22 | 1 | -1/+2 |
* | From Ulf Lamping: count ARP packets in capture progress dialog box. | Guy Harris | 2002-10-14 | 1 | -1/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Moved the generic true_false_string saying "Set", "Not set" into | Tim Potter | 2002-08-21 | 1 | -1/+3 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -3/+3 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -3/+4 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 1 | -1/+15 |
* | Add routines to create anonymous handles for new-style dissectors (ones | Guy Harris | 2002-04-28 | 1 | -1/+3 |
* | Allow dissectors to be registered as "old-style" or "new-style" | Guy Harris | 2002-02-26 | 1 | -3/+21 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 1 | -3/+3 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -1/+12 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 1 | -7/+4 |
* | Old-style (non-tvbuffified) dissectors haven't been supported since | Guy Harris | 2002-02-06 | 1 | -2/+1 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+10 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -2/+2 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+14 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -32/+12 |
* | Add a routine tro look for a given port in a given dissector table and, | Guy Harris | 2001-12-03 | 1 | -1/+6 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -14/+15 |
* | 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 |