aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2014-12-31pcapng (wiretap): fix Copy-paste error (CID 1158591 & 1158592)Alexis La Goutte1-2/+2
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-2/+2
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-12-09Nothing to free there.Guy Harris1-1/+0
2014-12-09Don't try to look in a non-existent hash table.Guy Harris1-3/+3
2014-12-01Squelch another compiler warning.Guy Harris1-1/+1
2014-12-01Squelch a compiler warning.Guy Harris1-2/+4
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-44/+162
2014-10-19PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-5/+0
2014-10-16Fix a debugging printout.Guy Harris1-2/+2
2014-10-16Get rid of some set-but-no-longer-used variables.Guy Harris1-6/+0
2014-10-16Make sure *err and *err_info are set when returning PCAPNG_BLOCK_NOT_SHB.Guy Harris1-5/+7
2014-10-16Get rid of another unused variable.Guy Harris1-2/+0
2014-10-15Don't allocate the interfaces array until we've read the SHB.Guy Harris1-5/+4
2014-10-15Clean up the read routines.Guy Harris1-191/+201
2014-10-14We can't check the length of an SHB until we determine the byte order.Guy Harris1-16/+16
2014-10-14Don't assume pcap_read_block() returns the number of bytes read.Guy Harris1-9/+2
2014-10-14Don't log warnings if no block-type handlers are registered.Guy Harris1-6/+6
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-8/+8
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-17/+0
2014-10-07Clean up white space.Guy Harris1-3/+3
2014-10-07Whitespace cleanups.Guy Harris1-1/+1
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-102/+44
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-19/+57
2014-09-27tshark: fix -H optionPascal Quantin1-3/+3
2014-09-27Get rid of some unused members of wtapng_simple_packet_t.Guy Harris1-2/+0
2014-09-25pcapng: respect the fact that wblock->data is a unionEvan Huus1-18/+9
2014-09-23pcapng: ensure the values we now free are initializedEvan Huus1-0/+8
2014-09-23Make sure the option string pointers are set before freeing them.Guy Harris1-6/+6
2014-09-22pcapng: don't leak block option stringsEvan Huus1-1/+19
2014-09-22Clean up reading code.Guy Harris1-81/+78
2014-09-20Remove file_error() calls after pcap_read_block() calls.Guy Harris1-2/+0
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-2900/+2900
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-25/+25
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Distinguish between "events" and "reports".Guy Harris1-1/+2
2014-05-24Fix a compiler warning.Guy Harris1-1/+1
2014-05-24Add support for plugins to handle pcap-ng block types.Guy Harris1-13/+105
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+8
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-8/+8
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-8/+8
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-154/+53
2014-05-14pcapng->interface_data is an array of interface_data_t.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-177/+169
2014-05-09Refactor WiretapMichael Mann1-169/+177
2014-04-25Don't fail if a pcap-NG PB or EPB has caplen > actual len.Guy Harris1-6/+0
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-106/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-0/+106