aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_cmd_args.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
I intentionally left the fields displayed alone (so they don't exactly match Wireshark GUI), because as Guy points out in bug 6310, not sure its A Bug or A Feature. But at least all types of conversations allowed are in sync with Wireshark GUI. Bug:6310 Change-Id: I722837df510a39dadc1f9a07a99275509516698c Reviewed-on: https://code.wireshark.org/review/3212 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-05Fix indent (4 spaces) and add modelinesAlexis La Goutte1-44/+55
svn path=/trunk/; revision=54608
2013-03-20 From beroset:Bill Meier1-5/+5
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10397 svn path=/trunk/; revision=48438
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-01-12CMakeLists.txt: Make sure TSHARK_TAP_SRC is defined beforeGerald Combs1-4/+4
register_tap_files so that the "-z" flag works for TShark. epan/stat_cmd_args.c: Fixup whitespace. svn path=/trunk/; revision=40443
2008-06-23Rename an argument to avoid colliding with a global variable.Guy Harris1-3/+3
svn path=/trunk/; revision=25559
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ↵Luis Ontanon1-3/+6
the callback for multiple registrations. svn path=/trunk/; revision=17252
2005-08-31Keep the list of possible "-z" arguments sorted, so we can display themGuy Harris1-6/+15
in sorted order (to make it a bit easier to find the one you're interested in). svn path=/trunk/; revision=15638
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-0/+121
implementing the "-z" command-line arguments, it doesn't deal with *all* issues for stats. svn path=/trunk/; revision=15483