| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -2303/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer, | Guy Harris | 2004-02-25 | 1 | -7/+3 |
* | From Didier Gautheron: initialize "ett_asp_utf8_name". | Guy Harris | 2004-02-19 | 1 | -1/+2 |
* | You can't rely on "proto_tree_add_item()" returning a non-null pointer, | Guy Harris | 2004-01-13 | 1 | -7/+10 |
* | Note in a comment that "dissect_asp_reply_get_status()" might be | Guy Harris | 2004-01-06 | 1 | -14/+21 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -4/+4 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -9/+10 |
* | Remove a bunch of duplicate semicolons. | Gerald Combs | 2003-09-21 | 1 | -2/+2 |
* | Make "process_reassembled_data()" do the check for fragmentation not | Guy Harris | 2003-08-28 | 1 | -12/+4 |
* | Add a pointer to an hf_ value for a "reassembled_in" field (which can be | Guy Harris | 2003-04-20 | 1 | -9/+9 |
* | Use the reported length, not the captured length, as the fragment length | Guy Harris | 2003-03-05 | 1 | -2/+2 |
* | Support Appletalk, IPv6, and Banyan Vines over ARCNET. | Guy Harris | 2003-01-23 | 1 | -1/+3 |
* | Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list... | Ronnie Sahlberg | 2002-12-19 | 1 | -3/+3 |
* | Arguments to hash routines are gconstpointer's; assign them to const | Guy Harris | 2002-11-28 | 1 | -4/+4 |
* | Add a "fragment_add_seq_next()" to reassemble fragments that don't have | Guy Harris | 2002-10-24 | 1 | -4/+4 |
* | From Didier Gautheron: better AFP 3.x dissector. | Guy Harris | 2002-10-17 | 1 | -12/+52 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -130/+130 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -16/+8 |
* | Use "%u" to print unsigned quantities. | Guy Harris | 2002-06-29 | 1 | -22/+22 |
* | From Didier Gautheron: | Guy Harris | 2002-06-29 | 1 | -25/+388 |
* | From Didier Gautheron: move port number from AppleTalk addresses to | Guy Harris | 2002-06-28 | 1 | -7/+32 |
* | Fixed incorrect format string. | Tim Potter | 2002-06-25 | 1 | -2/+2 |
* | From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASP | Guy Harris | 2002-06-20 | 1 | -1/+2 |
* | Add "show_fragment_seq_tree()", which is like "show_fragment_tree()", | Guy Harris | 2002-06-07 | 1 | -64/+18 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -2/+2 |
* | From Joerg Mayer: make a pile of stuff not used outside one source file | Guy Harris | 2002-05-10 | 1 | -2/+2 |
* | From Didier Gautheron: | Guy Harris | 2002-05-08 | 1 | -4/+49 |
* | From Didier Gautheron: | Guy Harris | 2002-05-03 | 1 | -47/+532 |
* | Show errors in the desegmentation process in the protocol tree and Info | Guy Harris | 2002-05-01 | 1 | -12/+92 |
* | From Didier Gautheron: | Guy Harris | 2002-04-30 | 1 | -25/+136 |
* | Pass even zero-length DSI and ASP "command" messages to the AFP | Guy Harris | 2002-04-28 | 1 | -8/+5 |
* | Updates from Didier Gautheron: | Guy Harris | 2002-04-28 | 1 | -2/+2 |
* | It's the AppleTalk Session Protocol, not the AppleTalk Stream Protocol. | Guy Harris | 2002-04-26 | 1 | -49/+72 |
* | ATP, ASP, and AFP support, from Didier Gautheron. | Guy Harris | 2002-04-25 | 1 | -2/+446 |
* | From Joerg Mayer: get rid of extra arguments to capture routines. | Guy Harris | 2002-04-24 | 1 | -2/+2 |
* | 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 | -6/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -37/+37 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -9/+25 |
* | Add support for LocalTalk Link Access Protocol. | Guy Harris | 2001-11-30 | 1 | -2/+156 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -2/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -30/+30 |
* | More signed-vs-unsigned changes from Joerg Mayer. | Guy Harris | 2001-04-27 | 1 | -2/+2 |
* | Get rid of END_OF_FRAME references in tvbuffified dissectors. | Guy Harris | 2001-04-23 | 1 | -2/+3 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -19/+2 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -1/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -24/+17 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -7/+7 |