- 设置页新增设备名称(单行)、设备描述(多行)、额外路由(CIDR列表)设置项 - RouterInfo 广播携带 deviceName,并在拓扑图节点与节点概览中展示;deviceDescription 保持本地概览显示 - 拓扑图节点标签支持多行文本绘制 - 节点概览面板新增 IP 地址及设备详情展示 - 支持将 TUNName 设为 null/"null"/空字符串时完全跳过 Wintun 虚拟网卡创建 - .classpath 容器改为标准 JavaSE-25 执行环境以同时兼容 JDK 25 与 26 - 新增 AGENTS.md 与 VS Code 调试及运行配置 BREAKING CHANGE: RouterInfo 在序列化末尾追加了 deviceName 字段(writeUTF),新旧版本节点混连时路由协议解析异常,需同步升级
34 lines
2.2 KiB
XML
34 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="lib" path="lib/gson-2.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/javassist.jar" sourcepath="C:/Users/ADMINI~1/AppData/Local/Temp/1/.org.sf.feeling.decompiler1686963856070/source/javassist-3.29.2-GA-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/ini4j.jar"/>
|
|
<classpathentry kind="lib" path="lib/JFreeChart1.5.2.jar"/>
|
|
<classpathentry kind="lib" path="lib/toml4j-0.7.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/pcap4j-core-1.8.2.jar" sourcepath="C:/Users/ADMINI~1/AppData/Local/Temp/1/.org.sf.feeling.decompiler1725520274095/source/pcap4j-core-1.8.2-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/pcap4j-packetfactory-propertiesbased-1.8.2.jar"/>
|
|
<classpathentry kind="lib" path="lib/pcap4j-packetfactory-static-1.8.2.jar"/>
|
|
<classpathentry kind="lib" path="lib/pcap4j-sample-1.8.2.jar"/>
|
|
<classpathentry kind="lib" path="lib/slf4j-api-2.0.9.jar"/>
|
|
<classpathentry kind="lib" path="lib/slf4j-api-2.0.9-javadoc.jar"/>
|
|
<classpathentry kind="lib" path="lib/slf4j-api-2.0.9-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/slf4j-api-2.0.9-tests.jar"/>
|
|
<classpathentry kind="lib" path="lib/disruptor-4.0.0.jar" sourcepath="lib/disruptor-4.0.0-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/disruptor-4.0.0-javadoc.jar"/>
|
|
<classpathentry kind="lib" path="lib/disruptor-4.0.0-sources.jar"/>
|
|
<classpathentry kind="lib" path="lib/KNElib1.0.jar"/>
|
|
<classpathentry kind="lib" path="lib/KNEOptimize.jar"/>
|
|
<classpathentry kind="lib" path="lib/JavaTUN0.3.jar"/>
|
|
<classpathentry kind="lib" path="lib/uuid-creator-6.1.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/jctools-core-4.0.6.jar"/>
|
|
<classpathentry kind="lib" path="lib/jctools-core-4.0.6-javadoc.jar"/>
|
|
<classpathentry kind="lib" path="lib/jctools-core-4.0.6-sources.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-25">
|
|
<attributes>
|
|
<attribute name="module" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|