| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -98/+98 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -26/+22 |
* | Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", | Guy Harris | 2002-06-07 | 1 | -74/+16 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -2/+2 |
* | Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth | Guy Harris | 2002-05-30 | 1 | -6/+9 |
* | From Joerg Mayer: get rid of unused PDU type argument to | Guy Harris | 2002-04-30 | 1 | -3/+2 |
* | Get rid of the unused "pinfo" argument to "dissect_osi_options()". | Guy Harris | 2002-04-07 | 1 | -2/+2 |
* | Get rid of an unused argument. | Guy Harris | 2002-03-31 | 1 | -5/+3 |
* | In the protocol tree entries for lists of fragments/segments, make the | Guy Harris | 2002-03-27 | 1 | -24/+24 |
* | Label the data source for various forms of reassembled data with the | Guy Harris | 2002-02-27 | 1 | -2/+2 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -3/+3 |
* | Make some variables volatile because GCC on Digital UNIX complained | Guy Harris | 2002-01-30 | 1 | -7/+7 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | If reassembly is enabled, don't try to do any reassembly work at all on | Guy Harris | 2002-01-20 | 1 | -21/+10 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 1 | -4/+10 |
* | As per a comment from Ronnie Sahlberg, display TCP sequence numbers in | Guy Harris | 2002-01-10 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -50/+50 |
* | Add the ISO 8473 CLNP dissector handle to the dissector table for X.25 | Guy Harris | 2001-12-04 | 1 | -1/+2 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -5/+7 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -13/+16 |
* | If we have to worry about subdissectors changing the "packet_info" | Guy Harris | 2001-11-21 | 1 | -10/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -13/+4 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | 2^n is 1 << n, not 2 << n. | Guy Harris | 2001-11-09 | 1 | -2/+2 |
* | Have a flag in the "packet_info" structure, which indicates whether the | Guy Harris | 2001-10-01 | 1 | -2/+16 |
* | When dissecting an ICMP datagram that contains part of an IP datagram, | Guy Harris | 2001-09-27 | 1 | -4/+13 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -19/+19 |
* | Various signed vs. unsigned fixes, from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Don't display the data portion of an ER NPDU - we dissect it as a CLNP | Guy Harris | 2001-06-08 | 1 | -4/+4 |
* | Move the fragment reassembly code into "reassemble.c" and | Guy Harris | 2001-06-08 | 1 | -9/+215 |
* | Correctly compute the OSI checksum. | Guy Harris | 2001-06-05 | 1 | -4/+35 |
* | In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNP | Guy Harris | 2001-05-27 | 1 | -1/+29 |
* | NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, | Guy Harris | 2001-03-30 | 1 | -3/+1 |
* | Add a new AT_OSI address type. | Guy Harris | 2001-03-15 | 1 | -5/+5 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+3 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -1/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -4/+7 |
* | 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 | -4/+4 |
* | Report the holding time of a CLNP packet, in seconds, as seconds plus | Guy Harris | 2000-12-23 | 1 | -5/+14 |
* | Show the type/flags byte of a CLNP PDU with a subtree dissecting the | Guy Harris | 2000-12-23 | 1 | -2/+21 |
* | Dissect the payload of a CLNP ER packet as a CLNP packet, so you know | Guy Harris | 2000-12-23 | 1 | -4/+22 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -4/+4 |
* | Register the OSI transport dissector by name, and make it static. | Guy Harris | 2000-11-19 | 1 | -3/+4 |
* | Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSI | Guy Harris | 2000-11-18 | 1 | -414/+447 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+4 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -19/+19 |
* | Add some preferences in OSI CLNP/COTP/CLTP module to allow the user to: | Laurent Deniel | 2000-08-06 | 1 | -2/+20 |
* | Treat only ASCII characters as printable in TSAPs; otherwise, as 0xff | Guy Harris | 2000-07-10 | 1 | -3/+10 |