summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list_store.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+2
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-3/+3
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-04-14Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-4/+6
2014-03-27Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-3/+3
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-06-27Remove a no-longer-used variable.Jeff Morriss1-2/+0
2013-06-27cleanup, use packet_list_iter_nth_child() in another place.Jakub Zawadzki1-19/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-06-25Allocate memory for col_text[_len] when really neededJakub Zawadzki1-23/+13
2013-06-25packet_list_iter_children() simplify, just call packet_list_iter_nth_child(.....Jakub Zawadzki1-21/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-3/+6
2013-03-21From beroset:Bill Meier1-4/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+3
2012-09-23Glib type checking might be cheap, but there's no need to do it twice.Jakub Zawadzki1-12/+17
2012-09-23Speedup loading capture files by about 20%-30% (wireshark only)Jakub Zawadzki1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-7/+7
2012-09-03When inserting row there's no need to call packet_list_get_iter.Jakub Zawadzki1-23/+13
2012-08-14Use frame_data_compare() to compare frame numbers.Jakub Zawadzki1-5/+5
2012-07-26Make columnized and colorized bit field.Jakub Zawadzki1-5/+5
2012-07-26Add checks if stamp values matches. Remove packet_list_visible_recordJakub Zawadzki1-31/+25
2012-07-26physical_pos is now used only for checks, ifdef it in PACKET_PARANOID_CHECKS ...Jakub Zawadzki1-0/+12
2012-07-26Exploit short-circuit evaluation, so first check variable, later call functionJakub Zawadzki1-2/+2
2012-07-26Move checks outside loopJakub Zawadzki1-5/+5
2012-07-26Pass record to packet_list_change_record() not physical_pos Jakub Zawadzki1-10/+3
2012-07-25Allocate col_text & col_text_len only for columns not based on frame_dataJakub Zawadzki1-45/+58
2012-07-25Remove packet_list->column_typesJakub Zawadzki1-45/+33
2012-07-25Make PacketListRecord structure private.Jakub Zawadzki1-18/+33
2012-07-25Fix bug #7347: "Resize All Columns" fails in Time ColumnJakub Zawadzki1-80/+15
2012-07-19Need old-gtk-compat.h for gtk_widget_get_window() in older versions ofGuy Harris1-0/+2
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs1-1/+2
2012-06-18Fix r43338 once again :(Jakub Zawadzki1-11/+10
2012-06-18Fix r43338Jakub Zawadzki1-10/+11
2012-06-18Change record->col_text_len type to unsigned short.Jakub Zawadzki1-2/+10
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-3/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1347