| Commit message (Expand) | Author | Age | Files | Lines |
* | From Lo�c Minier: if the field name for "x-wap.tod" is shown as a text | Guy Harris | 2003-08-04 | 1 | -19/+32 |
* | As suggested by Georg von Zezschwitz, check whether all the bytes of the | Guy Harris | 2003-07-29 | 1 | -1/+2 |
* | Fix signed/unsigned comparison warnings. | Gilbert Ramirez | 2003-07-25 | 1 | -6/+6 |
* | Don't define "vals_wsp_reason_codes[]" in "packet-wsp.h", define it in | Guy Harris | 2003-07-08 | 1 | -1/+19 |
* | From Olivier Biot: | Guy Harris | 2003-06-30 | 1 | -1/+13 |
* | The last byte of "foo[N]" is "foo[N-1]", not "foo[N]". | Guy Harris | 2003-05-25 | 1 | -2/+2 |
* | Fix instances where the return value of snprintf() was being checked for -1, | Gerald Combs | 2003-05-24 | 1 | -29/+24 |
* | From Olivier Biot: | Guy Harris | 2003-05-08 | 1 | -2/+194 |
* | From Olivier Biot: | Guy Harris | 2003-03-27 | 1 | -78/+127 |
* | From Olivier Biot: add WSP protocol dissection for extended method PDUs, | Guy Harris | 2003-03-26 | 1 | -3/+41 |
* | From Olivier Biot: WBXML/WMLC support. | Guy Harris | 2003-02-06 | 1 | -6/+6 |
* | Replace Transmission ID by Transaction ID (spotted by Olivier Biot) | Jörg Mayer | 2002-09-25 | 1 | -3/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -98/+98 |
* | From Tom Uijldert: modify MMSE dissector to also accept content that is | Guy Harris | 2002-08-07 | 1 | -14/+13 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Call "proto_item_add_subtree()" to create a subtree for POST data, don't | Guy Harris | 2002-07-30 | 1 | -5/+9 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -6/+1 |
* | Character set values are in hex in the WSP spec; always display them in | Guy Harris | 2002-06-15 | 1 | -3/+3 |
* | Use "proto_tree_add_item()" to add the URI string to the protocol tree, | Guy Harris | 2002-04-29 | 1 | -10/+5 |
* | From Tom Uijldert: comment out an unused function. | Guy Harris | 2002-04-02 | 1 | -3/+4 |
* | From Dermot Bradley: | Guy Harris | 2002-02-22 | 1 | -8/+710 |
* | Use -1 rather than "tvb_length_remaining(tvb, offset)" in some items for | Guy Harris | 2002-02-01 | 1 | -5/+5 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -16/+15 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | From Tom Uijldert: WSP/MMSE changes to handle multipart-content: | Guy Harris | 2001-12-07 | 1 | -62/+226 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+3 |
* | As you set a conversation dissector by supplying a dissector handle | Guy Harris | 2001-12-03 | 1 | -6/+9 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -9/+20 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -2/+1 |
* | Handle the 1.3 and 1.4 Content-Type values in WSP, from Tom Uijldert. | Guy Harris | 2001-10-26 | 1 | -1/+12 |
* | From Georg von Zezschwitz: fix an uninitialized variable, dissect the | Guy Harris | 2001-10-22 | 1 | -4/+7 |
* | From Georg von Zezschwitz: | Guy Harris | 2001-10-18 | 1 | -48/+29 |
* | Fix to show FN_PROFILE_WARNING14, rather than FN_PROFILE_WARNING, as | Guy Harris | 2001-10-07 | 1 | -2/+2 |
* | From Georg von Zezschwitz: | Guy Harris | 2001-10-07 | 1 | -34/+41 |
* | Push-traffic dissecting for WSP/WTLS, from Tom Uijldert. | Guy Harris | 2001-09-28 | 1 | -6/+191 |
* | MMSE support, from Tom Uijldert. | Guy Harris | 2001-09-25 | 1 | -12/+23 |
* | If "snprintf()" can't print all the data because there's not enough | Guy Harris | 2001-09-25 | 1 | -44/+117 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -7/+7 |
* | Use "tvb_reported_length_remaining()" to check whether there's data left | Guy Harris | 2001-09-03 | 1 | -2/+2 |
* | Instead of having a single datum attached to a conversation, have a list | Guy Harris | 2001-09-03 | 1 | -5/+3 |
* | Update from Alexandre P. Ferreira to correctly decode Extended Methods | Guy Harris | 2001-07-30 | 1 | -15/+29 |
* | Use "tvb_strsize()" rather than "tvb_strnlen()" to get the size | Guy Harris | 2001-07-30 | 1 | -89/+22 |
* | Fix a comment. | Guy Harris | 2001-07-20 | 1 | -2/+2 |
* | Don't base the WSP dissector's idea of whether it's running in | Guy Harris | 2001-07-20 | 1 | -11/+24 |
* | If the HeadersLen field of a Post or Reply PDU is 0, don't try to | Guy Harris | 2001-07-20 | 1 | -13/+25 |
* | Assume that Bearer-indication values are bearer types. | Guy Harris | 2001-07-20 | 1 | -3/+4 |
* | Add bearer type names. | Guy Harris | 2001-07-20 | 1 | -24/+180 |
* | Clean up a lot of stuff, and implement a bunch of missing stuff; a bunch | Guy Harris | 2001-07-20 | 1 | -753/+1993 |