| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sure we don't loop when we dissect concatenated PDUs. Make some int | Gerald Combs | 2005-05-23 | 1 | -7/+11 |
* | at this point mate should be working as it did before the grammar | Luis Ontanon | 2005-05-22 | 3 | -26/+60 |
* | PDU, GOP and GOG should be at the same level not nested | Luis Ontanon | 2005-05-21 | 1 | -2/+2 |
* | Fix the Id tag | Luis Ontanon | 2005-05-20 | 1 | -1/+1 |
* | Add some more media types to be dissected as xml. | Anders Broman | 2005-05-17 | 1 | -0/+9 |
* | - change the state label OUT to OUTSIDE to avoid a name collision with a macr... | Luis Ontanon | 2005-05-17 | 1 | -67/+67 |
* | Transforms and Pdus are working already, Gops start to work. | Luis Ontanon | 2005-05-16 | 6 | -150/+33 |
* | let's get things right, we are in plugins/mate not epan/dfilter (from which I... | Luis Ontanon | 2005-05-16 | 1 | -1/+1 |
* | Forgot this one in the last checkin! | Luis Ontanon | 2005-05-16 | 1 | -2/+23 |
* | MATE has a grammar. | Luis Ontanon | 2005-05-16 | 11 | -1697/+2552 |
* | Don't write a '\0' way the heck past the end of an array. Fixes bug 164. | Gerald Combs | 2005-05-10 | 1 | -0/+3 |
* | Fix a call to dereference a pointer (found by a compiler warning). | Guy Harris | 2005-05-05 | 1 | -1/+1 |
* | add a *lot* more dissections of the various PN-IO blocks | Ulf Lamping | 2005-05-03 | 1 | -46/+992 |
* | move the pn-dcp dissector into the profinet plugin | Ulf Lamping | 2005-05-03 | 4 | -2/+960 |
* | add the new target "install-plugins" to nmake makefile | Lars Roland | 2005-05-03 | 1 | -0/+40 |
* | add another lenght check in the megaco dissector. | Lars Roland | 2005-05-03 | 1 | -1/+1 |