Socket
Socket
Sign inDemoInstall

pcap

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcap - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

._pcap.js

4

._changelog.md

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRk����!�!com.macromates.caret{
Mac OS X  2��ATTR�(~��!�!com.macromates.caret{
column = 0;
line = 3;
line = 2;
}

@@ -1,1 +0,1 @@

Mac OS X  2��ATTRk���� � com.macromates.caretx���R������<[k0?'3/«��
Mac OS X  2��ATTR�(��� � com.macromates.caretx���R������<[k0?'3/«��

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRk����!�!com.macromates.caret{
column = 0;
line = 9;
Mac OS X  2��ATTR�(���"�"com.macromates.caret{
column = 22;
line = 1;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRk����#�#com.macromates.caret{
Mac OS X  2��ATTR�(|��#�#com.macromates.caret{
column = 0;
line = 227;
}
Changelog
=========
## v0.2.8 - March 1, 2011
Fix bug when TCP_Tracker encounters a pipelined response. - Mark Nottingham
## v0.2.7 - December 6, 2010
Initial support for IPv6 - Joe Hildebrand
## v0.2.6 - December 5, 2010

@@ -5,0 +13,0 @@

@@ -1,1 +0,1 @@

Mac OS X  2��ATTRk����-�-com.apple.quarantineq/0000;4c42a92b;Safari.app;|com.apple.Safari
Mac OS X  2��ATTR�(���-�-com.apple.quarantineq/0000;4c42a92b;Safari.app;|com.apple.Safari

@@ -1,1 +0,1 @@

Mac OS X  2��ATTRk����-�-com.apple.quarantineq/0000;4c42a92b;Safari.app;|com.apple.Safari
Mac OS X  2��ATTR�(���-�-com.apple.quarantineq/0000;4c42a92b;Safari.app;|com.apple.Safari
{ "name" : "pcap",
"version" : "0.2.7",
"version" : "0.2.8",
"description" : "raw packet capture, decoding, and analysis",

@@ -4,0 +4,0 @@ "author": "Matt Ranney <mjr@ranney.com>",

@@ -1128,8 +1128,2 @@ /*global process require exports console */

};
http.response = {
headers: {},
status_code: null,
body_len: 0,
http_version: null
};

@@ -1191,2 +1185,8 @@ http.request_parser.onURL = function (buf, start, len) {

http.response_parser.onMessageBegin = function () {
http.response = {
headers: {},
status_code: null,
body_len: 0,
http_version: null
};
http.response_parser.onHeaderField = function (buf, start, len) {

@@ -1193,0 +1193,0 @@ var field = buf.toString('ascii', start, start + len);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc