{"id":23914419,"url":"https://github.com/dlemel8/network_parser_combinator","last_synced_at":"2026-06-21T00:32:44.820Z","repository":{"id":93619876,"uuid":"287353405","full_name":"dlemel8/network_parser_combinator","owner":"dlemel8","description":"POC of parsing network protocols using parser combinators pattern","archived":false,"fork":false,"pushed_at":"2021-02-08T18:37:44.000Z","size":160,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T18:45:40.450Z","etag":null,"topics":["dtls12","functional-programming","network-protocols","parser-combinator","rust","tdd","tls12","tls13"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlemel8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-13T18:31:57.000Z","updated_at":"2024-01-22T01:41:19.000Z","dependencies_parsed_at":"2023-04-04T05:14:04.006Z","dependency_job_id":null,"html_url":"https://github.com/dlemel8/network_parser_combinator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlemel8/network_parser_combinator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlemel8%2Fnetwork_parser_combinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlemel8%2Fnetwork_parser_combinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlemel8%2Fnetwork_parser_combinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlemel8%2Fnetwork_parser_combinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlemel8","download_url":"https://codeload.github.com/dlemel8/network_parser_combinator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlemel8%2Fnetwork_parser_combinator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34590213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dtls12","functional-programming","network-protocols","parser-combinator","rust","tdd","tls12","tls13"],"created_at":"2025-01-05T10:13:44.071Z","updated_at":"2026-06-21T00:32:44.814Z","avatar_url":"https://github.com/dlemel8.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Network Parser Combinator\nThis repo contains parser combinator framework and use it to partially parse some TLS protocol variants.\n\n## Parser Combinators\nA parser is a function that take bytes and return a result.  \nParsers are defined by a trait and implemented by closures.\n\nA combinator is a function that take other parsers and return new parser.  \nCombinators are implemented as methods with default implementation on parser trait.\n\n## Network Protocols\nUsing parsers and combinators, network protocols can be parsed.  \nAll supported protocols can be parsed via a single library function that take packet(s) payload and return parsed objects.  \n\nCurrently, tested protocols are:\n* TLS 1.2\n* TLS 1.3\n* DTLS 1.2\n\n## Examples\nThere is a single example of multi-threaded executable that dumps packets of a pcap file.  \nThe main thread is sending packets to parse and receiving parsed packets to worker threads via channels.  \nParsed packets are temporarily stored in a binary heap until they get printed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlemel8%2Fnetwork_parser_combinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlemel8%2Fnetwork_parser_combinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlemel8%2Fnetwork_parser_combinator/lists"}