aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-06-26Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-25Decrease TRAFFIC_CAPTURE_DURATION from 60s to 15s.Gerald Combs1-1/+1
2014-06-25Update a comment.Guy Harris1-13/+16
2014-06-25Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris1-2/+2
2014-06-25Boost the maximum packet size to 131072.Guy Harris1-2/+2
2014-06-25DLSw: better fix, as suggested by EvanPascal Quantin1-2/+1
2014-06-25Indicate tshark can read (-r) from stdin and named pipes now.Jeff Morriss2-3/+4
2014-06-25DLSw: ett2 proto_item variable is an input parameter for dissect_dlsw_capex()Pascal Quantin1-1/+2
2014-06-25ssl-utils: add missing ett registrationPeter Wu1-8/+22
2014-06-25DTPT: remove unused variablesPascal Quantin1-2/+0
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann26-536/+288
2014-06-25fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Fl...James Coleman5-13/+91
2014-06-25Remove wiretap/AUTHORS (after ensuring all names are present in the top-level...Jeff Morriss2-34/+1
2014-06-25List elided_label.h only once.Irene Ruengeler1-1/+0
2014-06-25Get rid of an unused variable.Guy Harris1-1/+0
2014-06-25Update my email address in a couple more spots.Jeff Morriss3-3/+3
2014-06-24Reduce maximum permitted leakage to 100KBEvan Huus1-1/+1
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann20-736/+443
2014-06-24Add back initializers dropped in g9356d5c689faEvan Huus2-4/+4
2014-06-24GTK3: Fix changing filter expression's bg color based on validityBalint Reczey1-8/+20
2014-06-24Fix two bugs in kafka dissectionEvan Huus1-17/+24
2014-06-24Support -w even if we're not built with pcap.Guy Harris1-3/+16
2014-06-24Add the capchild directory to some lists of rules.Guy Harris1-0/+8
2014-06-24Load WinPcap before we get the run-time information string.Guy Harris1-14/+11
2014-06-24OSPF Cleanup. Remove unnecessary TFS declarationsAnish Bhatt1-248/+84
2014-06-24Fix sorting RTP Streams by jitterBalint Reczey1-9/+9
2014-06-24Add quotes around MAKEDIR.Ben Burwell1-1/+1
2014-06-24Correct indentation in make-dissector-regРоман Донченко1-86/+86
2014-06-24Ensure proto_item from subtree is initializedMichael Mann1-0/+4
2014-06-24MBIM: add an option to force SMS PDU decoding format if MBIM_DEVICE_CAPS_INFO...Pascal Quantin1-4/+26
2014-06-24Fix OS X CMake build.Guy Harris3-0/+30
2014-06-24proto_tree_add_uint() takes a value, not an encoding, as an argument.Guy Harris1-1/+1
2014-06-24Another capchild.lib -> libcapchild.lib.Guy Harris1-1/+1
2014-06-24Another file to generate in the configure script.Guy Harris1-0/+1
2014-06-24Create capchild/doxygen.cfgJoerg Mayer1-0/+1
2014-06-24usb iso urbs on linux can't possibly contain a setup packetMartin Kaiser1-68/+55
2014-06-24Remove unneeded include <sys/stat.h>Joerg Mayer2-4/+0
2014-06-24Add libcapchild, remove the files that are now in it.Guy Harris1-4/+2
2014-06-24Get rid of trailing blanks.Guy Harris1-18/+18
2014-06-24Remove unneeded sys/types.hJoerg Mayer3-17/+6
2014-06-24capture_ifinfo.c and capture_sync.c are now in libcapchild.Guy Harris1-2/+0
2014-06-24Restore correct tree assignment.Michael Mann1-1/+1
2014-06-24Add a doxygen.cfg.in file for the capture child library.Guy Harris1-0/+81
2014-06-24dos2unix is now in Utils, not Base.Guy Harris1-2/+2
2014-06-24Fix name of library.Guy Harris1-1/+1
2014-06-24Fix some more capchild includes.Guy Harris2-2/+2
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris16-23/+23
2014-06-24Include ZLIB_CFLAGS so we file zlib.h.Guy Harris1-1/+2
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris15-20/+295