aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris9-276/+519
2010-05-17Update Robert Hogan's entry to include TN5250Jeff Morriss1-0/+1
2010-05-17From Torrey Atcitty: IEEE 1722(AVB Transport Protocol) DissectorBill Meier6-0/+397
2010-05-17Move most of the contents of the header file into the .c file.Jeff Morriss2-1112/+1113
2010-05-17Remove trailing white spaceJeff Morriss1-36/+36
2010-05-17From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3922 :Jeff Morriss5-1/+7585
2010-05-17Add CMakeOptions.txt to the source distributionJeff Morriss1-0/+1
2010-05-16Some cleanup and adding one more new feature.Jaap Keuter1-9/+16
2010-05-16Ensure we update default link-layer list when toggeling monitor mode.Stig Bjørlykke1-0/+1
2010-05-16[Automatic manuf and enterprise-numbers update for 2010-05-16]Gerald Combs2-7/+276
2010-05-16From Chidambaram Arunachalam:Jaap Keuter1-16/+28
2010-05-16From Robert Lickenbrock:Jaap Keuter1-2/+9
2010-05-16If we don't know whether a device supports monitor mode, turn offGuy Harris2-8/+10
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris4-166/+224
2010-05-15Also set sensitive on monitor and linktype label, as it's not clear thatStig Bjørlykke1-16/+15
2010-05-15Set the correct "monitor mode" button state.Stig Bjørlykke1-0/+7
2010-05-15text2pcap_scanner.l does not compile without warningsJörg Mayer2-6/+7
2010-05-15Bruno Matos <bruno.matos@gmail.com>Jörg Mayer1-4/+4
2010-05-15- Move cmake options into their own file, making it easier toJörg Mayer4-39/+92
2010-05-15Use binary search when scanning the SANC and ISPC lists; correct a couple ofGerasimos Dimitriadis1-7/+9
2010-05-15Export prefs_capture_device_monitor_mode().Guy Harris1-0/+1
2010-05-15Support monitor mode in the capture preferences.Guy Harris6-101/+430
2010-05-15Update to V9.2.0 (2010-03)Anders Broman8-1010/+2279
2010-05-15Update to V9.1.0 (2010-03).Anders Broman8-15/+189
2010-05-15Update to V9.2.0 (2010-03).Anders Broman8-100/+144
2010-05-14From Torrey Atcitty: IEEE 802.1Qat (Multiple Stream Reservation Protocol) d...Bill Meier6-0/+794
2010-05-14From David Aggeler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...Jeff Morriss1-51/+67
2010-05-14Update to V9.2.3 (2010-03)Anders Broman8-1247/+1793
2010-05-14MNC, SANC and ISPC lists updated up to the latest OB, No 955Gerasimos Dimitriadis2-48/+207
2010-05-14Rework SMS reassembly:Jeff Morriss1-132/+147
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.Bill Meier3-31/+32
2010-05-14Fix the tooltip for the "monitor mode" checkbox.Guy Harris1-6/+8
2010-05-14Set SVN propertiesJeff Morriss2-19/+19
2010-05-14Synchronize Makefiles even more.Jaap Keuter6-0/+6
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss27-111/+182
2010-05-14From Tamas Regos:Anders Broman1-78/+87
2010-05-14Fix compilation when we don't have pcap_create().Guy Harris1-2/+7
2010-05-14Support monitor mode from the GUI.Guy Harris1-16/+89
2010-05-14If something is only supposed to be included if we have libpcap, don'tGuy Harris5-17/+3
2010-05-14Don't include capture-related headers if we don't support capturingGuy Harris3-6/+9
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris10-18/+18
2010-05-14We already have a link to the IBM version of the 3270 manual; just referGuy Harris1-5/+2
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris10-18/+18
2010-05-13Handle the Set Buffer Address command differently; this gets rid of theGuy Harris2-94/+98
2010-05-13(Trivial) A little more whitespace cleanup.Bill Meier1-20/+20
2010-05-13From Torrey Atcitty: [Dissector Enhancement] Added new functionality to exi...Bill Meier2-38/+410
2010-05-13Fix up some indentationJeff Morriss1-3/+3
2010-05-13Reindent a bitJeff Morriss1-16/+22
2010-05-13Use find_or_create_conversation() in the exampleJeff Morriss1-31/+19
2010-05-13Document find_or_create_conversation()Jeff Morriss1-15/+26