十六进制文本码流转pcap(text2pcap)

<!DOCTYPE html>
<html lang="en">
<head>
    <base href="/">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <title>Hex to PCAP Converter</title>

    <style>
        body {
     
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            padding-top: 0;
            min-height: 100vh;
            background: rgb(251, 250, 250);
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }

        .container {
     
            width: 80%;
            margin: 5px 0;
            min-height: 100vh;
            padding: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        textarea {
     
            width: 80%;
            min-height: 250px;
            margin: 10px 0;
            font-family: monospace;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        button {
     
            background: #007bff;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
            margin: 5px;
        }
        button:hover {
     
            background: #0056b3;
        }
        .output-container {
     
            margin-top: 20px;
        }
        .title {
     
            font-weight: bold;
            margin-bottom: 5px;
            color: #333;
        }
        .checkbox-container {
     
            margin: 10px 0;
        }
        .modal {
     
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        .modal-content {
     
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            width: 400px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .modal input[type="text"] {
     
            width: 100%;
            padding: 8px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .modal-buttons {
     
            display: flex;
            justify-content: space-between;
            margin-top: 15px;
        }
        .modal-buttons button {
     
            width: 170px;
        }
		
		@media (max-width: 768px) {
     
            .container {
     
                padding: 1rem;
                margin: 70px 1rem 1rem;
            }

            .button-container {
     
                flex-direction: column;
            }

            .modal-content {
     
                width: 95%;
                padding: 1.5rem;
            
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值