| Commit message (Expand) | Author | Age | Files | Lines |
* | Have "dissect_control()" construct the subset tvbuff it processes, and | Guy Harris | 2004-02-27 | 1 | -18/+21 |
* | Use "tvb_get_string()" rather than duplicating its functionality by | Guy Harris | 2004-02-25 | 1 | -6/+4 |
* | warning: ISO C does not allow extra ; outside of a function | Jörg Mayer | 2003-12-21 | 1 | -2/+2 |
* | It looks, from some SNA stuff found on the Web, as if the exception | Guy Harris | 2003-07-18 | 1 | -6/+2 |
* | Use "sna_rh_eri_truth[]" for the Exception Response Indicator field. | Guy Harris | 2003-07-09 | 1 | -2/+2 |
* | Use the reported length, not the captured length, as the fragment length | Guy Harris | 2003-03-05 | 1 | -27/+33 |
* | From Jochen Friedrich: fix length checking, and improve XID type 3 | Guy Harris | 2003-03-02 | 1 | -43/+132 |
* | From Jochen Friedrich: | Guy Harris | 2003-02-13 | 1 | -651/+2345 |
* | Support re-assembly of fragmented BIUs in SNA packets of TH FID 2 | Gilbert Ramirez | 2002-09-23 | 1 | -23/+223 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | Put the raw data items at the top level in the protocol tree, as was the | Guy Harris | 2002-05-29 | 1 | -15/+22 |
* | From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043 | Guy Harris | 2002-05-29 | 1 | -15/+416 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -7/+7 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+5 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+6 |
* | Add support for SNA-over-X.25. Add QLLC dissector. I still need to | Gilbert Ramirez | 2001-11-15 | 1 | -1/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -10/+9 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -69/+69 |
* | Correct the values for sna_rh_ru_category_vals, thanks to | Gilbert Ramirez | 2001-06-02 | 1 | -23/+23 |
* | FT_UINTn and FT_INTn fields must always have a base selected for them; | Guy Harris | 2001-04-19 | 1 | -3/+3 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -21/+2 |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -3/+3 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -6/+5 |
* | Tvbuffify the SNA dissector. | Gilbert Ramirez | 2001-01-10 | 1 | -324/+317 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+3 |
* | "hf_sna_rh_csi" is now an FT_UINT8 field, so add it with | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -14/+29 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -4/+4 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -92/+92 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -105/+105 |
* | Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectors | Guy Harris | 2000-04-17 | 1 | -2/+9 |
* | Consolidate flags in struct frame_data, and add "visited" flag. Use | Gilbert Ramirez | 2000-04-13 | 1 | -2/+2 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -3/+3 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | A "character encoding" variable is now set per packet. The existence | Gilbert Ramirez | 1999-11-22 | 1 | -1/+4 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -20/+37 |
* | Removed erroneous g_assert(). | Gilbert Ramirez | 1999-10-26 | 1 | -3/+1 |
* | Add support for SNA FID type 4 addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -10/+35 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -17/+9 |
* | Finished the last two TH types. | Gilbert Ramirez | 1999-10-21 | 1 | -5/+119 |
* | Finally finished FID4 Transmission Header decoding. | Gilbert Ramirez | 1999-10-20 | 1 | -7/+228 |
* | Fixes to SNA address display in proto_tree and clist. | Gilbert Ramirez | 1999-10-18 | 1 | -33/+71 |
* | Decode more TH types. | Gilbert Ramirez | 1999-10-18 | 1 | -5/+196 |