aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-08-21Avoid some calls to strlen() by remembering return value frommartinm1-10/+11
2012-08-11Ignore '\r' which will be found at the end of a line when a windows hostmartinm1-27/+32
2012-08-06Create (fake)interface information when loading a libpcap file it might be ne...etxrab1-1/+27
2012-08-02From Richard Stearn: support for AX.25, including support forguy3-0/+5
2012-08-02From Richard Stearn: AX.25 KISS protocol support.guy3-1/+7
2012-07-30Avoid a division by zero due to overflow.tuexen1-2/+2
2012-07-30Added missing entry for WTAP_ENCAP_SDH.stig1-0/+3
2012-07-27Some more debug info.tuexen1-0/+5
2012-07-27It seems that the length should unsigned, not signed.tuexen1-1/+1
2012-07-27Handle the case where no IDB follows the SHB. This fixes part oftuexen1-34/+30
2012-07-26Fix another uninitialised bug (the same bug in _read() I fixedmartinm1-1/+1
2012-07-25Initialize a byte to avoid more valgrind warnings.martinm1-1/+1
2012-07-25Don't write one payload byte too many. Spotted by valgrind!martinm1-2/+2
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsguy3-13/+39
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...mmann3-1/+57
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherguy6-0/+9
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setguy2-22/+11
2012-07-15From Network Instruments by Tom Brezinski When a Network Instruments wireless...etxrab2-8/+30
2012-07-11memcpy() is quite a bit faster than g_strlcpy()!martinm1-3/+2
2012-07-11Don't ask for information about an interface greater than the maximumguy1-0/+7
2012-07-11AARGH. There are two lumps of (almost-)identical code to handleguy1-41/+26
2012-07-10Set the time units per second correctly if, in wtap_dump_open_ng(),guy1-1/+1
2012-07-10When writing an EPB, calculate the time stamp based on the resolutionguy1-15/+22
2012-07-09Fix up some comments.guy1-6/+6
2012-07-09Fix another comment.guy1-1/+1
2012-07-09Fix some comments.guy1-4/+4
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theguy8-224/+236
2012-07-09From Evan Huus:etxrab1-6/+1
2012-06-29Initial support for D-Bus dissection (bug #5502)darkjames3-0/+6
2012-06-28Update Free Software Foundation address.darkjames92-92/+92
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss63-4984/+7864
2012-03-09From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...etxrab1-5/+5
2012-03-07The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...etxrab1-3/+3
2012-03-07From Martin Kaiser: correct sorting for wiretap's file type listetxrab1-6/+8
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPetxrab3-1/+52
2012-03-05Use correct lenght when writing if_filter_str.etxrab1-1/+3
2012-03-05Fix calculation of pading for if_filter_str.etxrab1-1/+1
2012-03-05From Martin Kaiser:etxrab1-2/+3
2012-03-05From Martin Kaiser:etxrab1-0/+13
2012-03-04Squelch a can't-really-happen uninitialized reference warning.guy1-1/+1
2012-03-04Use parenthesesetxrab1-1/+1
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...etxrab3-25/+74
2012-03-04Make sure all names in NRB records are null-terminated; report an errorguy1-13/+138
2012-03-03From Jose Pedro Oliveira: Fix typosetxrab1-9/+9
2012-03-03Don't look at the interface_id field of the packet header ifguy1-1/+10
2012-03-02Flag mp2t file as really having only relative time stamps. Put theguy2-1/+3
2012-03-02The additional_file_extensions member of struct file_type_info need notguy1-1/+1
2012-03-02Get rid of no-longer-needed argument to pcapng_write_section_header_block().guy1-25/+3
2012-03-02Skip an intermediating wtapng_block_t in the code path to writeguy1-78/+44
2012-03-02Simplify the code path for writing pcap-NG packets, and remove someguy1-87/+34