aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2006-08-18Rework some of the header processing, to handle some additional nettlguy1-238/+239
2006-08-17From Hannes Gredler:etxrab3-2/+8
2006-08-07Wasn't allocating big enough frame buffer!martinm1-5/+8
2006-08-02- Removes last traces of 'board ports only' preference (other than marking it...martinm1-59/+90
2006-07-26The nettl_file_hdr structure has a fixed format, as it's an on-disk dataguy1-19/+16
2006-07-26postadal@suse.cz:jmayer1-1/+1
2006-07-04Fix indentation.guy1-14/+14
2006-07-04Don't test a variable in a loop if its value never changes.guy1-8/+5
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...ulfl3-155/+199
2006-06-23Remove definition of catapult_dct2000_board_ports_only, as per mail fromguy1-2/+0
2006-06-22hopefully, the win32 buildbot will compile again :-(ulfl1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald2-0/+7
2006-06-17fix coverity "bug" 184 (false positive)sahlberg1-2/+1
2006-06-14From Martin Mathieson:etxrab1-0/+4
2006-06-11From Martin Mathieson:etxrab1-12/+9
2006-06-06Ethereal -> Wiresharkgerald6-15/+15
2006-05-31Rename the main executable to "wireshark", along with more conversions:gerald2-2/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethareal->Wiresharketxrab5-12/+12
2006-05-23From Martin Mathieson:etxrab2-48/+81
2006-05-22ethereal->wireshark updatessahlberg5-6/+6
2006-05-21name changesahlberg4-8/+8
2006-05-19Squelch some compiler warnings (a time_t might be an int or a long).guy1-2/+2
2006-05-15GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useguy2-2/+6
2006-05-15Fix some compiler warnings.guy3-5/+79
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...gal6-4/+231
2006-04-24From Martin Mathieson:etxrab1-23/+46
2006-04-23Fix CID: 150 etxrab1-1/+1
2006-04-19From Martin Mathieson:etxrab1-0/+17
2006-04-19The first item in the network load EIP appears to be the networkguy1-3/+3
2006-04-17From Martin Mathieson:etxrab2-16/+20
2006-04-16Get rid of the unused WTAP_ENCAP value - holes in the number space causeguy2-28/+25
2006-04-16Add some missing little-endianizing.guy1-5/+7
2006-04-16Add a loop to process TLVs in the file header.guy1-16/+52
2006-04-16Move file format definitions to the header file.guy2-155/+216
2006-04-15Sake Blok wrote....jake1-1/+11
2006-04-15From Martin Mathieson:etxrab1-31/+54
2006-04-14from Martin Mathieson: add catapult_dct2000.hulfl1-0/+1
2006-04-14SVN properties...etxrab2-30/+30
2006-04-14From Martin Mathieson:etxrab8-2/+1362
2006-04-14Skip non-data records. Fixes bug 767.guy2-18/+63
2006-03-30From Martin Mathieson:etxrab2-2/+4
2006-03-29The header will be there, just make sure the date is put in.jake1-1/+3
2006-03-27From Martin Warnes:etxrab1-61/+14
2006-03-27Fix a possible NULL dereference (bug 827 / CID 145). Add an SVNgerald1-54/+59
2006-03-22From Mertin Wrnes:etxrab1-455/+545
2006-03-17From Martin Warnes:jake1-3/+6
2006-03-11Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83lego1-5/+5
2006-03-09Fix a possible NULL dereference (Coverity CID 33).gerald1-2/+2
2006-03-08Another off by one error found by coverity (CID 83), using > instead of >= wh...lego1-1/+1