aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-03-15If we have one ISB, display the droped count from it.Anders Broman1-3/+6
2012-03-15- Store ISB data.Anders Broman2-4/+75
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss1-1/+0
2012-03-13From Jose Pedro Oliveira:Anders Broman1-1/+0
2012-03-13Add data structure to hold information from ISB:sAnders Broman3-2/+27
2012-03-12From Jose Pedro Oliveira:Anders Broman1-2909/+2909
2012-03-12From Jose Pedro Oliveira: Add ModlinesAnders Broman1-0/+13
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs1-73/+73
2012-03-09From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...Anders Broman1-5/+5
2012-03-07The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...Anders Broman1-3/+3
2012-03-07From Martin Kaiser: correct sorting for wiretap's file type listAnders Broman1-6/+8
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman3-1/+52
2012-03-05Use correct lenght when writing if_filter_str.Anders Broman1-1/+3
2012-03-05Fix calculation of pading for if_filter_str.Anders Broman1-1/+1
2012-03-05From Martin Kaiser:Anders Broman1-2/+3
2012-03-05From Martin Kaiser:Anders Broman1-0/+13
2012-03-04Squelch a can't-really-happen uninitialized reference warning.Guy Harris1-1/+1
2012-03-04Use parenthesesAnders Broman1-1/+1
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman3-25/+74
2012-03-04Make sure all names in NRB records are null-terminated; report an errorGuy Harris1-13/+138
2012-03-03From Jose Pedro Oliveira: Fix typosAnders Broman1-9/+9
2012-03-03Don't look at the interface_id field of the packet header ifGuy Harris1-1/+10
2012-03-02Flag mp2t file as really having only relative time stamps. Put theGuy Harris2-1/+3
2012-03-02The additional_file_extensions member of struct file_type_info need notGuy Harris1-1/+1
2012-03-02Get rid of no-longer-needed argument to pcapng_write_section_header_block().Guy Harris1-25/+3
2012-03-02Skip an intermediating wtapng_block_t in the code path to writeGuy Harris1-78/+44
2012-03-02Simplify the code path for writing pcap-NG packets, and remove someGuy Harris1-87/+34
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...Anders Broman6-2/+219
2012-03-02Fill in the wtap_pkthdr fields in pcap_read_packet_block() andGuy Harris1-81/+75
2012-03-02AFAIKT there's no reason to #include <wsutil/crc32.c>; Include crc32.h like e...Bill Meier1-183/+186
2012-03-01Fix CID 1385.Michael Tüxen1-1/+1
2012-03-01Fix CID 354.Michael Tüxen1-6/+6
2012-03-01Read the complete NRB.Anders Broman1-2/+5
2012-03-01Add debuginfoAnders Broman1-1/+3
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman3-1/+10
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-0/+2
2012-02-28Some more details about REC_HEADER1 and REC_V2DESC; REC_HEADER1 doesn'tGuy Harris1-2/+14
2012-02-26Make it possible to edit capture commentsAnders Broman3-0/+9
2012-02-26For LANalyzer files, make the "File type name" be the file comment.Guy Harris1-7/+41
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris44-22/+120
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-3/+3
2012-02-24Fix a typo and revert previous.Anders Broman1-1/+1
2012-02-24Fix a typo.Anders Broman1-1/+1
2012-02-23No debug output, please.Michael Tüxen1-1/+1
2012-02-23interface id is 32-bit, not 64-bit.Michael Tüxen1-2/+2
2012-02-23Do a check of the block total length in pcapng_read_unknown_block().Guy Harris1-15/+8
2012-02-22Fix typo introduced by previous checkin.Guy Harris1-1/+1
2012-02-22Add sanity checks to make sure the claimed block size is big enough to:Guy Harris1-43/+240
2012-02-22Grr forgot debug flag - again.Anders Broman1-1/+1
2012-02-22- Write ISB(s) at start and end of capture.Anders Broman1-10/+186