aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Fix indentation to match editor mode-lines (no tabs, correct indentation, etc);wmeier1-326/+329
2012-08-08Make it possible to merge libpcap files with different encapsulation types by...etxrab1-11/+112
2012-07-21simple_message_box() does not expect Pango markup, so escaping isguy1-5/+1
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsguy1-4/+12
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowgerald1-11/+11
2012-07-15From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7356:cmaynard1-19/+55
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-25Only allow "Save" ifguy1-2/+3
2012-06-24From Evan Huus:etxrab1-0/+4
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-337/+914
2012-03-02Fix indentation.guy1-9/+9
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,etxrab1-0/+31
2012-02-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 -morriss1-2/+22
2012-02-21Whitespace changes.tuexen1-4/+4
2012-02-20From Jose Pedro Oliveira fix a typoetxrab1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...etxrab1-2/+5
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingguy1-1/+9
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.etxrab1-2/+6
2012-02-11Add the abillity to read and write option comments unedited.etxrab1-6/+13
2012-02-08Write address resolution block.etxrab1-1/+4
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toguy1-5/+7
2012-01-15Move gtk to ui/gtk.jmayer1-1/+1
2012-01-14Remove obsolete comments referring to mem_chunks.wmeier1-5/+0
2012-01-13In all these cases, i is a guint32, so if c_match is <= i, c_match fitsguy1-4/+4
2012-01-13Fix Bug #6276: "Find Packet" Bug:wmeier1-14/+39
2011-12-27From Jim Young via bug 5580: Only update the time elapsed between the previou...cmaynard1-5/+6
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-4/+4
2011-12-09Export all data sources of a frame to a C array. Fixes https://bugs.wireshar...cmaynard1-2/+7
2011-11-21On an I/O error, merge_read_packet() and merge_append_read_packet() needguy1-2/+7
2011-11-20Fix "'Closing File!' Dialog Hangs" bug 3046: https://bugs.wireshark.org/bugzi...cmaynard1-2/+1
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatguy1-67/+100
2011-10-17From Michael Mann: Add cf_callback_invoke to cf_open to tidy up the currently...cmaynard1-0/+1
2011-09-21Whitespace cleanup:wmeier1-3/+3
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-05-19From Dirk Jagdmann via bug 5875:gerald1-1/+1
2011-05-17More eradication of old-style function definitions.guy1-2/+2
2011-05-12Packet editor: support for saving changed frames.darkjames1-0/+22
2011-05-10When closing capture file, set number of frames to 0. It fix bug #5903.darkjames1-1/+2
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inguy1-15/+7
2011-05-03TShark doesn't need column text attached to each frame; move col_textguy1-22/+0
2011-04-27Restore updating packet bar while loading file (removed in r36851)darkjames1-0/+12
2011-04-27Don't free the frame_data_sequence unless we have one.guy1-2/+4
2011-04-27Create a new frame_data_sequence data type; it represents a denseguy1-10/+15
2011-04-26Get rid of some code that's no longer relevant with the new treeguy1-12/+0
2011-04-25from Jakub Zawadzki:etxrab1-16/+1
2011-04-25Store the frame_data structures in a tree, rather than a linked list. guy1-65/+31
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.guy1-19/+30
2011-04-24new_packet_list_find_row_from_data() is always used to select a packet,guy1-9/+26
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-0/+23
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needguy1-14/+5