aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Support FP_R8 over ATM, plus a couple of other tidying-ups.martinm1-8/+7
2011-01-03We must always return an error code on an error; otherwise, our callerguy1-3/+16
2010-12-28It is not guaranteed that the records in numerical (frame table) orderguy1-7/+5
2010-12-20Fix bug #5509: CommView file format now uses reserved bytes and adds a sfisher1-14/+16
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.jake3-2/+14
2010-12-07Fill out libwiretap's DEPENDENCIES line with the rest of the dependencies (fr...morriss1-2/+1
2010-12-07Make libtool export only symbols listed in *.def filesrbalint1-1/+4
2010-11-29Fix typos.cmaynard1-2/+2
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.cmaynard1-11/+73
2010-11-13Try to fix the build for text_import_scanner.etxrab1-0/+1
2010-11-05From Robert Bullen:etxrab1-39/+60
2010-11-04From Alexis La Goutte:jake2-9/+2
2010-10-28From Stephen Donnelly:etxrab1-7/+11
2010-10-21Fix a cut-n-pasteo in a comment.morriss1-1/+1
2010-10-20From Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error return needs to fill ...wmeier2-8/+15
2010-10-20Fix bug which caused ascend_open() to return "I/O error" (instead of "not me").wmeier1-0/+1
2010-10-20Fix a typo in a commentwmeier1-1/+1
2010-10-20From Hadriel Kaplan: Update wiretap/README.developerwmeier1-1/+7
2010-10-20From Hadriel Kaplan: IPFIX file format support.wmeier8-9/+378
2010-10-02Make it a bit clearer what's going on - ASCII '0' has the decimal valueguy1-1/+1
2010-09-25- FindGLIB2.cmake updates fromjmayer1-0/+1
2010-09-23H.sivank:jmayer1-1/+1
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-09-22Very old versions of libz (such as the one that comes with Solaris 10) don't ...morriss1-0/+2
2010-08-24Fix issue which causes daintree-sna frames to be rejected with "capture lengt...wmeier1-0/+2
2010-08-24From Hamish Moffatt:etxrab1-0/+1
2010-08-08Add a note.guy1-0/+4
2010-08-07From Jon Smirl:stig1-1/+2
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tguy3-11/+21
2010-07-23At least in some NetMon 3.4 VPN captures, the per-packet link-layer typeguy1-1/+7
2010-07-21The 32-bit unsigned time offset in version 1.x files should be convertedguy1-1/+5
2010-07-21According to mail from Paul Long at Microsoft, in the 1.x NetMon fileguy1-1/+7
2010-07-19Initial support for Network Monitor 802.11 radio header.guy3-2/+7
2010-07-18Add an entry in encap_table_base for SocketCAN.guy1-1/+3
2010-07-18The time delta in a NetMon frame header is signed - it can be negative.guy1-3/+5
2010-07-18NetMon per-packet link-layer types with 0xE000 in the upper 4 bits areguy1-8/+37
2010-07-18Initial support for the trailer information in versions 2.1 and later ofguy1-19/+135
2010-07-16It makes (slightly) more sense for comments to be "sent" by the context than ...martinm1-1/+1
2010-07-14Don't pass tvb data to col_set_str(), as it will not stay around.stig1-1/+1
2010-06-30Add Visual C++ project files to the distribution.gerald1-0/+1
2010-06-06Clean up indentation.guy1-5/+5
2010-06-06Get rid of file_write(); nobody uses it, and file writers should useguy1-3/+1
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy15-722/+262
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sguy2-253/+273
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveguy6-204/+76
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.guy3-2/+145
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andguy2-117/+142
2010-05-10Fix non-libz build.martinm1-1/+1
2010-05-08Add wtap_cleareof().guy1-0/+1
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailinggerald2-9/+17