aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-0/+1
2006-10-23- Fix problems with parsing sctpprim headersMartin Mathieson2-1/+11
2006-10-23Use G_GINT64_CONSTANT to handle 64-bit constants in the code.Michael Tüxen1-4/+4
2006-10-20fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168Bill Meier1-10/+16
2006-10-19If we have to use Lex or Flex, check whether we found it, first, and ifGuy Harris1-0/+4
2006-10-13Paolo Abeni:Jörg Mayer1-0/+2
2006-10-10From Paolo AbeniRonnie Sahlberg3-1/+7
2006-10-04From Martin Warnes:Anders Broman1-7/+16
2006-10-03- Add special case for reading strange encoding of ATM CID fieldMartin Mathieson1-5/+21
2006-09-29From: Rolf Fiedler Jaap Keuter1-3/+4
2006-09-28From Rolf Fiedler:Jaap Keuter1-2/+2
2006-09-12Get rid of a compiler warning.Gerald Combs1-8/+9
2006-09-05For DCT2000, show better transport info:Martin Mathieson2-0/+7
2006-09-05propset, add $Id: $ and copyright headersJörg Mayer1-0/+23
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer1-0/+40
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...Martin Mathieson2-13/+7
2006-08-18Rework some of the header processing, to handle some additional nettlGuy Harris1-238/+239
2006-08-17From Hannes Gredler:Anders Broman3-2/+8
2006-08-07Wasn't allocating big enough frame buffer!Martin Mathieson1-5/+8
2006-08-02- Removes last traces of 'board ports only' preference (other than marking it...Martin Mathieson1-59/+90
2006-07-26The nettl_file_hdr structure has a fixed format, as it's an on-disk dataGuy Harris1-19/+16
2006-07-26postadal@suse.cz:Jörg Mayer1-1/+1
2006-07-04Fix indentation.Guy Harris1-14/+14
2006-07-04Don't test a variable in a loop if its value never changes.Guy Harris1-8/+5
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping3-155/+199
2006-06-23Remove definition of catapult_dct2000_board_ports_only, as per mail fromGuy Harris1-2/+0
2006-06-22hopefully, the win32 buildbot will compile again :-(Ulf Lamping1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2-0/+7
2006-06-17fix coverity "bug" 184 (false positive)Ronnie Sahlberg1-2/+1
2006-06-14From Martin Mathieson:Anders Broman1-0/+4
2006-06-11From Martin Mathieson:Anders Broman1-12/+9
2006-06-06Ethereal -> WiresharkGerald Combs6-15/+15
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs2-2/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethareal->WiresharkAnders Broman5-12/+12
2006-05-23From Martin Mathieson:Anders Broman2-48/+81
2006-05-22ethereal->wireshark updatesRonnie Sahlberg5-6/+6
2006-05-21name changeRonnie Sahlberg4-8/+8
2006-05-19Squelch some compiler warnings (a time_t might be an int or a long).Guy Harris1-2/+2
2006-05-15GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useGuy Harris2-2/+6
2006-05-15Fix some compiler warnings.Guy Harris3-5/+79
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt6-4/+231
2006-04-24From Martin Mathieson:Anders Broman1-23/+46
2006-04-23Fix CID: 150 Anders Broman1-1/+1
2006-04-19From Martin Mathieson:Anders Broman1-0/+17
2006-04-19The first item in the network load EIP appears to be the networkGuy Harris1-3/+3
2006-04-17From Martin Mathieson:Anders Broman2-16/+20
2006-04-16Get rid of the unused WTAP_ENCAP value - holes in the number space causeGuy Harris2-28/+25
2006-04-16Add some missing little-endianizing.Guy Harris1-5/+7
2006-04-16Add a loop to process TLVs in the file header.Guy Harris1-16/+52