102a103
> 	EXT_ACL_SRCPORT,
251a253,254
> 	else if (strcmp(token, "%SRCPORT") == 0)
> 	    format->type = EXT_ACL_SRCPORT;
315a319
> 		DUMP_EXT_ACL_TYPE(SRCPORT);
529a534,537
> 	case EXT_ACL_SRCPORT:
>             snprintf(buf, sizeof(buf), "%d", ch->conn->peer.sin_port);
>             str = buf;
>             break;

