| Commit message (Expand) | Author | Age | Files | Lines |
* | From Joerg Mayer: get rid of some unused arguments, and make some | Guy Harris | 2002-04-11 | 1 | -10/+10 |
* | 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 | -6/+6 |
* | 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 | -8/+8 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+5 |
* | Make "fr_subdissector_table" static - it's not used outside the Frame | Guy Harris | 2001-11-30 | 1 | -3/+1 |
* | Get rid of some code to set "pinfo->current_proto"; let the Ethereal | Guy Harris | 2001-11-27 | 1 | -5/+3 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -3/+9 |
* | If we have to worry about subdissectors changing the "packet_info" | Guy Harris | 2001-11-21 | 1 | -12/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -5/+4 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -2/+1 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -10/+14 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -26/+26 |
* | If the tvbuff pointer is null in "alloc_field_info()", get the data | Guy Harris | 2001-04-10 | 1 | -1/+14 |
* | NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, | Guy Harris | 2001-03-30 | 1 | -37/+6 |
* | Add WCP to the list of Ethernet types in "etype_vals[]", and add | Guy Harris | 2001-03-29 | 1 | -3/+2 |
* | An NLPID of 0xb0 is defined by ISO/IEC TR 9577 to be "Data compression | Guy Harris | 2001-03-29 | 1 | -2/+2 |
* | Added the created tvbuff into the original tvbuff chain so clean-up is perfor... | Jeff Foster | 2001-03-26 | 1 | -1/+4 |
* | Add "volatile" qualifiers so that variables survive a setjmp/longjmp | Guy Harris | 2001-03-23 | 1 | -3/+3 |
* | Pull the NLPID for Wellfleet compression into "nlpid.h". | Guy Harris | 2001-03-23 | 1 | -2/+1 |
* | Fixed problem in wcp_uncompress. If the proto_tree was null the program | Jeff Foster | 2001-03-23 | 1 | -10/+16 |
* | Updated the frame relay dissector - dissect-fr.c | Jeff Foster | 2001-03-23 | 1 | -0/+756 |