aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2006-11-14Fix possible build error + warnings seen on buildbotmartinm1-4/+5
2006-11-14- Use 64-bit indexes into file for packet locations (was previously casting i...martinm1-32/+77
2006-11-12Add a plain "radiotap.channel" field to the radiotap dissector.gerald1-4/+7
2006-11-07Update to describe all that the read routine needs to return, and toguy1-7/+10
2006-11-06fix the return value of file_seek, as noted by Steveulfl1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl37-218/+276
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179jmayer1-0/+1
2006-10-23- Fix problems with parsing sctpprim headersmartinm2-1/+11
2006-10-23Use G_GINT64_CONSTANT to handle 64-bit constants in the code.tuexen1-4/+4
2006-10-20fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168wmeier1-10/+16
2006-10-19If we have to use Lex or Flex, check whether we found it, first, and ifguy1-0/+4
2006-10-13Paolo Abeni:jmayer1-0/+2
2006-10-10From Paolo Abenisahlberg3-1/+7
2006-10-04From Martin Warnes:etxrab1-7/+16
2006-10-03- Add special case for reading strange encoding of ATM CID fieldmartinm1-5/+21
2006-09-29From: Rolf Fiedler jake1-3/+4
2006-09-28From Rolf Fiedler:jake1-2/+2
2006-09-12Get rid of a compiler warning.gerald1-8/+9
2006-09-05For DCT2000, show better transport info:martinm2-0/+7
2006-09-05propset, add $Id: $ and copyright headersjmayer1-0/+23
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workjmayer1-0/+40
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...martinm2-13/+7
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