Claude 30860abddb
Add compression method name lookup in TLS parser
Resolves two TODO comments by implementing a compression method lookup
table similar to the existing cipher suites and extensions lookups.
Now displays human-readable names (null, DEFLATE, LZS) instead of
raw numeric values when parsing TLS compression methods.

Changes:
- Added COMPRESSION_METHODS_LOOKUP constant with standard TLS compression methods
- Updated parseServerHello to use lookup for compression method display
- Updated parseCompressionMethods to use lookup for compression method display
2025-12-18 22:42:49 +00:00
..
2025-05-12 12:15:41 +00:00