| Commit message (Expand) | Author | Age | Files | Lines |
* | snprintf -> g_snprintf | Ulf Lamping | 2005-08-17 | 1 | -9/+9 |
* | ep_tvb_get_string() -> tvb_get_ephemeral_string(). | Gerald Combs | 2005-08-10 | 1 | -3/+3 |
* | Make sure we initialize our iap_conv struct _before_ we go digging | Gerald Combs | 2005-08-09 | 1 | -4/+4 |
* | The "proto" argument to "conversation_get_proto_data()" and | Guy Harris | 2005-08-09 | 1 | -6/+6 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 8 | -51/+24 |
* | Make a variable whose value might be trashed by setjmp/longjmp | Guy Harris | 2005-08-06 | 1 | -1/+1 |
* | fix a comment typo | Ulf Lamping | 2005-08-06 | 1 | -1/+1 |
* | Squelch a warning about "state" being used uninitialized. | Guy Harris | 2005-08-05 | 1 | -2/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -4/+4 |
* | From Thomas Steffen: | Anders Broman | 2005-08-05 | 1 | -1/+1 |
* | Put in comments explaining why we're removing some generated files with | Guy Harris | 2005-08-04 | 2 | -5/+14 |
* | Clean up after ourselves so that we pass "distcheck" again. | Gerald Combs | 2005-08-02 | 1 | -0/+5 |
* | Last set of trivial fixes for "no previous declaration" warnings. | Jörg Mayer | 2005-08-02 | 2 | -14/+14 |
* | Some warning fixes for "no previous declaration" | Jörg Mayer | 2005-08-02 | 2 | -6/+6 |
* | Make sure "lemon" exists before we try to use it. This can happen if we | Gerald Combs | 2005-08-01 | 1 | -1/+1 |
* | fix another leak of tap data | Luis Ontanon | 2005-07-27 | 1 | -15/+10 |
* | rename OUT to OUTSIDE and TEXT to CDATA | Luis Ontanon | 2005-07-25 | 1 | -18/+18 |
* | fix a typo: lenght -> length | Ulf Lamping | 2005-07-25 | 1 | -1/+1 |
* | include pinfo_stats_tree.c in the build process, so MSVC compiles again | Ulf Lamping | 2005-07-24 | 2 | -2/+2 |
* | Break out of another infinite loop. Fixes bug 293. | Gerald Combs | 2005-07-24 | 1 | -0/+5 |
* | Register the port range preferences as such, rather than doing our own | Guy Harris | 2005-07-24 | 1 | -223/+95 |
* | Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", and | Guy Harris | 2005-07-24 | 4 | -10/+39 |
* | http_stats_tree is moving to a new home (packet-http.c) | Luis Ontanon | 2005-07-24 | 4 | -267/+3 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 14 | -90/+97 |
* | 'char*' -> 'const char*' to fix warnings | Jörg Mayer | 2005-07-23 | 1 | -38/+41 |
* | moduleinfo.h was included twice. | Jörg Mayer | 2005-07-14 | 1 | -1/+0 |
* | After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" | Jörg Mayer | 2005-07-10 | 25 | -4/+98 |
* | Add application/vnd.wv.csp.xml | Anders Broman | 2005-07-05 | 1 | -0/+1 |
* | From Karl Knoebl | Anders Broman | 2005-06-30 | 1 | -656/+707 |
* | Regenerated Tango with the latest idl2eth and the tango.idl | Anders Broman | 2005-06-28 | 1 | -470/+509 |
* | Get rid of the private "my_match_strval()" routine in many dissectors; | Guy Harris | 2005-06-26 | 1 | -6/+4 |
* | In generated GIOP dissectors, don't set the Protocol or Info columns, or | Guy Harris | 2005-06-25 | 3 | -10992/+12138 |
* | Re-generate the CosNaming, CosEventComm, and Parlay dissectors from the | Guy Harris | 2005-06-24 | 4 | -2218/+2228 |
* | More constification. | Guy Harris | 2005-06-24 | 1 | -1/+1 |
* | Fix the line endings. | Guy Harris | 2005-06-21 | 1 | -120741/+120735 |
* | Get rid of include of "snprintf.h", and _U_-ify arguments, as per | Guy Harris | 2005-06-21 | 1 | -80/+76 |
* | Fix a format string vulneratility in the AFP dissector identified | Gerald Combs | 2005-06-20 | 2 | -3/+3 |
* | Correct a typo | Anders Broman | 2005-06-14 | 1 | -1/+1 |
* | Add the missing parlay.la to the makefile | Luis Ontanon | 2005-06-13 | 1 | -1/+1 |
* | don't call g_assert_not_reached() for an unknown port type | Ulf Lamping | 2005-06-10 | 1 | -4/+1 |
* | raise plugin version from 0.1.0 to 0.1.1 as some bugs were found using fuzz-t... | Ulf Lamping | 2005-06-09 | 2 | -1/+4 |
* | Add dissection of parlay | Anders Broman | 2005-06-09 | 3 | -4/+120756 |
* | From Paolo Frigo : | Anders Broman | 2005-06-01 | 4 | -5/+5121 |
* | Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to g... | Lars Roland | 2005-05-31 | 1 | -4/+3 |
* | As suggested by Jaap Keuter: | Lars Roland | 2005-05-31 | 1 | -1/+3 |
* | add another tvb_ensure_bytes_exist() call | Ulf Lamping | 2005-05-31 | 1 | -5/+6 |
* | Throw an exception if we're handed a null pointer when we weren't | Gerald Combs | 2005-05-30 | 2 | -0/+6 |
* | Break out of an infinite loop. Fixes bugs 213 & 214. | Gerald Combs | 2005-05-30 | 1 | -5/+5 |
* | from Alejandro Vaquero | Ronnie Sahlberg | 2005-05-28 | 1 | -0/+10 |
* | From Martin Mathieson: | Anders Broman | 2005-05-26 | 1 | -1/+2 |