X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mbd%2Faccess_list.pl;h=57ae61466172c5ba891d5fae035a11e354f59111;hb=1e7869f8141084245dcd34fb065f38a418517e7b;hp=c3d129d4066c6ceadee81232da1d87b3ad7472ab;hpb=893551a0b976196fa8f395a02ee6b954e5973d2b;p=nms diff --git a/mbd/access_list.pl b/mbd/access_list.pl index c3d129d..57ae614 100644 --- a/mbd/access_list.pl +++ b/mbd/access_list.pl @@ -113,10 +113,19 @@ our @access_list = ( # command & conquer 3 - untested (packet dump only, reported to have some kind # of chat functionality) -# { -# ports => [ "8086..8093" ], -# sizes => [ 476 ] -# }, + { + name => 'Command & Conquer 3', + ports => [ "8086..8093" ], + sizes => [ 476 ], + filter => sub { return 0; } + }, + + # openttd + { + name => 'OpenTTD', + ports => [ 3979 ], + sizes => [ 3 ] + }, # unreal tournament, port 9777? )