| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -24/+24 |
* | We don't use anything from <arpa/inet.h>, so we don't need to include | Guy Harris | 2002-08-03 | 1 | -5/+1 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -19/+11 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -2/+2 |
* | Put the protocol version into the ICQ v2/v3/v4 tree. | Guy Harris | 2002-05-02 | 1 | -4/+34 |
* | From Joerg Mayer: get rid of some unused arguments. | Guy Harris | 2002-05-02 | 1 | -23/+83 |
* | More static-ization. In util.c, I commented out the ASCII-to-EBCDIC | Gilbert Ramirez | 2002-04-08 | 1 | -2/+2 |
* | Get rid of a bunch of initializations of variables that aren't | Guy Harris | 2002-02-25 | 1 | -24/+23 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -4/+3 |
* | 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 | -25/+25 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | Use "val_to_str()" to translate numerical values to strings, don't | Guy Harris | 2001-07-03 | 1 | -289/+229 |
* | Fix up the buffer size calculation - the starting offset isn't a | Guy Harris | 2001-06-18 | 1 | -6/+9 |
* | The ICQ decryption code works on 4 bytes at a time, so the amount of | Guy Harris | 2001-06-18 | 1 | -5/+14 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -7/+7 |
* | We can't use a single static buffer for decrypted ICQ data - you might | Guy Harris | 2001-05-27 | 1 | -15/+10 |
* | Make the "pktsize" argument to "dissect_icqv5Server()" an "int", as it | Guy Harris | 2001-04-27 | 1 | -6/+6 |
* | More signed-vs-unsigned changes from Joerg Mayer. | Guy Harris | 2001-04-27 | 1 | -3/+3 |
* | Added the created tvbuff into the original tvbuff chain so clean-up is | Guy Harris | 2001-03-27 | 1 | -2/+7 |
* | Tvbuffify the ICQ dissector. | Guy Harris | 2001-03-25 | 1 | -1004/+698 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Fix infinite loop in reallocation of memory for decryption buffer. | Gilbert Ramirez | 2000-11-21 | 1 | -6/+11 |
* | Dynamically resize decr_pd in dissect_icqv5Client() in order to avoid | Gerald Combs | 2000-11-19 | 1 | -3/+10 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -9/+9 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+1 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -2/+2 |
* | Don't use "fd->pkt_len" when checking to see if you've run off the end | Guy Harris | 2000-08-06 | 1 | -2/+2 |
* | More changes from Peter Kjellerstedt. | Guy Harris | 2000-08-05 | 1 | -10/+8 |
* | ICQ improvements from Peter Kjellerstedt. | Guy Harris | 2000-08-04 | 1 | -32/+83 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -80/+112 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -10/+18 |
* | Convert two instances of proto_tree_add_uint_format() to | Gilbert Ramirez | 2000-03-14 | 1 | -5/+5 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -33/+33 |
* | Fix some "proto_tree_add_text()" calls. | Guy Harris | 2000-03-07 | 1 | -64/+73 |
* | Fix a bunch of dissectors to use "pi.captured_len" rather than | Guy Harris | 2000-01-24 | 1 | -5/+2 |
* | Updates from Kojak. | Guy Harris | 1999-12-05 | 1 | -144/+312 |
* | Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE. | Guy Harris | 1999-12-01 | 1 | -1/+2 |
* | Clean up some ANSI C nits pointed out by "gcc -pedantic". | Guy Harris | 1999-11-18 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -37/+52 |
* | Updates to the ICQ decoder, from Kojak. | Guy Harris | 1999-11-06 | 1 | -229/+1433 |
* | Include <time.h>, so as to declare "ctime()" on systems where | Guy Harris | 1999-11-03 | 1 | -1/+2 |
* | Ensure that "password" is '\0'-terminated. | Guy Harris | 1999-10-25 | 1 | -2/+3 |
* | Update from Kojak to dissect ICQ login packets and text messages. | Guy Harris | 1999-10-25 | 1 | -55/+499 |
* | Kojak's ICQ dissector. | Guy Harris | 1999-10-24 | 1 | -0/+563 |