summaryrefslogtreecommitdiff
path: root/ui/cli/tap-iousers.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-44/+56
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-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde1-4/+4
2016-01-04cli: packets / bytes conversation statistics are swappedPascal Quantin1-2/+2
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-5/+7
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann1-6/+10
2015-01-03tshark: dump port number when generating SCTP, TCP or UDP conversationsPascal Quantin1-16/+44
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-5/+0
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier1-15/+15
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-1/+1
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-08-16tap-iousers: fix indent and add modelines infoAlexis La Goutte1-4/+17
2014-07-30Fix the build: add a few more G_GINT64_MODIFIER's when printing 64-bit numbers.Jeff Morriss1-1/+3
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-480/+45
2014-04-19More name changes.Guy Harris1-16/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-3/+47
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-31/+31
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-10/+10
2013-05-22Make routines not used outside their source files static.Guy Harris1-2/+2
2013-03-06Use explicit casts.Anders Broman1-24/+24
2012-12-20Remove unused parameter from iousers_process_address_packetEvan Huus1-8/+8
2012-12-20Add absolute date options (-ad) for start date/time of conversation in TShark...Michael Mann1-53/+103
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-23From Robert Bullen:Anders Broman1-17/+29
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2012-04-12Added Rel. Start and Duration to tshark -z conv,xxx output. Tidied up duplic...Graham Bloice1-356/+113
2012-02-17Start moving files to ui/ and ui/cli/Jörg Mayer1-0/+780