summaryrefslogtreecommitdiff
path: root/ui/gtk/packet_list_store.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-0/+10
2016-09-01gtk: fix compilation with GTK+ before 2.18Peter Wu1-0/+1
2016-06-16gtk: Check chunk before g_string_chunk_clearStig Bjørlykke1-1/+3
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-1/+3
2016-01-01Make color filters part of dissectionMichael Mann1-3/+0
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-2/+1
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-1/+1
2015-10-14gtk: add asserts.Dario Lombardo1-0/+2
2015-09-03GTK packet list string chunk fixups.Gerald Combs1-1/+4
2015-07-22Ensure to copy the (un)resolved (source|destination) address columns before f...Pascal Quantin1-18/+18
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-13/+15
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-2/+2
2015-02-15ui/gtk/*.c: Add editor modelines; As needed: Fix indentationBill Meier1-0/+13
2015-01-16Remove se_ alloced memory from packet_list_storeMichael Mann1-3/+3
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-3/+0
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