aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-comparestat.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-3/+3
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-3/+3
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-2/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-2/+2
2015-08-22[CLI, GTK] comparestat: Fix typos, output format, argument parsingJoão Valverde1-25/+36
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-5/+5
2015-01-16Replace se alloced memory in compare stat tap.Michael Mann1-3/+13
2015-01-08Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann1-2/+5
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-1/+0
2014-11-14The registered -z parameter string shouldn't end with a comma.Guy Harris1-1/+1
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-14tap_ui -> stat_tap_ui.Guy Harris1-2/+2
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris1-1/+10
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier1-189/+189
2014-09-28Don't change the packet list column precision in taps.Guy Harris1-2/+0
2014-03-15Fix -Wabsolute-value in TAP Compare stat (Found by Clang 3.5)Alexis La Goutte1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-16Add explicit casts to fix OSX10.5 BuildbotEvan Huus1-8/+8
2014-02-16Replace last use of emem trees with GHashTablesEvan Huus1-41/+48
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-2/+2
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-1/+2
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-5/+5
2013-06-26As pointed out by Guy: timestats uses packet_info so it belongs in epanJeff Morriss1-1/+1
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1
2013-03-28-Wmissing-prototypesAnders Broman1-1/+1
2013-03-20 From beroset:Bill Meier1-1/+1
2013-03-05Use explicit casts.Anders Broman1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-0/+583