aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy2-2/+2
2005-09-08Let's migrate the xml dissector...lego2-16/+2
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in ordergerald1-24/+24
2005-09-06In doc/Makefile.nmake, use the "install-deps" target from the rootgerald1-1/+1
2005-09-02In RTnet, make sure we don't pass a null handle to call_dissector(). Addgerald1-6/+4
2005-09-01convert to g_snprintf()sahlberg1-3/+0
2005-08-31fix probable copy and paste error, as the xml dissector should be named xml a...ulfl1-1/+1
2005-08-31Parlay re-generated with the updated idl2eth generator.etxrab1-978/+904
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl2-10/+3
2005-08-20- Include the .h files in their .c files.jmayer2-0/+2
2005-08-17snprintf -> g_snprintfulfl1-9/+9
2005-08-10ep_tvb_get_string() -> tvb_get_ephemeral_string().gerald1-3/+3
2005-08-09Make sure we initialize our iap_conv struct _before_ we go digginggerald1-4/+4
2005-08-09The "proto" argument to "conversation_get_proto_data()" andguy1-6/+6
2005-08-08various code cleanup:ulfl8-51/+24
2005-08-06Make a variable whose value might be trashed by setjmp/longjmpguy1-1/+1
2005-08-06fix a comment typoulfl1-1/+1
2005-08-05Squelch a warning about "state" being used uninitialized.guy1-2/+1
2005-08-05More char -> const char warning fixes.jmayer1-4/+4
2005-08-05From Thomas Steffen:etxrab1-1/+1
2005-08-04Put in comments explaining why we're removing some generated files withguy2-5/+14
2005-08-02Clean up after ourselves so that we pass "distcheck" again.gerald1-0/+5
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.jmayer2-14/+14
2005-08-02Some warning fixes for "no previous declaration"jmayer2-6/+6
2005-08-01Make sure "lemon" exists before we try to use it. This can happen if wegerald1-1/+1
2005-07-27fix another leak of tap datalego1-15/+10
2005-07-25rename OUT to OUTSIDE and TEXT to CDATAlego1-18/+18
2005-07-25fix a typo: lenght -> lengthulfl1-1/+1
2005-07-24include pinfo_stats_tree.c in the build process, so MSVC compiles againulfl2-2/+2
2005-07-24Break out of another infinite loop. Fixes bug 293.gerald1-0/+5
2005-07-24Register the port range preferences as such, rather than doing our ownguy1-223/+95
2005-07-24Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", andguy4-10/+39
2005-07-24http_stats_tree is moving to a new home (packet-http.c)lego4-267/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer14-90/+97
2005-07-23'char*' -> 'const char*' to fix warningsjmayer1-38/+41
2005-07-14moduleinfo.h was included twice.jmayer1-1/+0
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer25-4/+98
2005-07-05Add application/vnd.wv.csp.xmletxrab1-0/+1
2005-06-30From Karl Knoebletxrab1-656/+707
2005-06-28Regenerated Tango with the latest idl2eth and the tango.idletxrab1-470/+509
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-6/+4
2005-06-25In generated GIOP dissectors, don't set the Protocol or Info columns, orguy3-10992/+12138
2005-06-24Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theguy4-2218/+2228
2005-06-24More constification.guy1-1/+1
2005-06-21Fix the line endings.guy1-120741/+120735
2005-06-21Get rid of include of "snprintf.h", and _U_-ify arguments, as perguy1-80/+76
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald2-3/+3
2005-06-14Correct a typoetxrab1-1/+1
2005-06-13Add the missing parlay.la to the makefilelego1-1/+1
2005-06-10don't call g_assert_not_reached() for an unknown port typeulfl1-4/+1