aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-07Make sure we use the "randpkt-" prefix everywhere.Gerald Combs1-1/+1
2010-07-07From Pascal Quantin: Add offset of 1 to FMS.Martin Mathieson1-1/+1
2010-07-07Try limiting our stack size.Gerald Combs1-3/+10
2010-07-07Remove the #ifdefs and code related to the switch to gtk_combo_box().Anders Broman4-93/+6
2010-07-07Fix infinite recursion reported in https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-56/+57
2010-07-07Some dissectors are added in dissectors/dcerpc/CMakeLists.txtJörg Mayer1-3/+4
2010-07-07Synchronize dissector lists between CMakeLists.txt andJörg Mayer2-20/+24
2010-07-07I added PCAP_NETMASK_UNKNOWN in libpcap 1.1.0; it's not present inGuy Harris1-0/+4
2010-07-06Add a target which creates a zip file containing our .pdb files.Gerald Combs1-0/+6
2010-07-06Add button to look at compiled BPF. Jaap Keuter1-1/+79
2010-07-06Don't set SDKROOT - which SDK we want depends on which OS we want thisGuy Harris1-3/+0
2010-07-06Fix for bug 4982:Jaap Keuter1-1/+13
2010-07-06Limit the number of operations to 128 (arbitrary number) to keep us from atte...Jeff Morriss1-96/+112
2010-07-06Add miising else handling a zero msg_auth_code.Anders Broman1-1/+7
2010-07-06Use G_GINT64_CONSTANT() to make a 64-bit all-bits-set constant.Guy Harris1-2/+2
2010-07-06No need to add a fake field with the opcode as a string - you can justGuy Harris1-25/+0
2010-07-06Try checking for G_MAXUINT64 instead of 0xffffffffffffffff.Stig Bjørlykke1-2/+2
2010-07-06Removed non-ASCII characters.Stig Bjørlykke1-1/+1
2010-07-06Fix the build on OSX.Stig Bjørlykke1-4/+4
2010-07-06Fix:Anders Broman1-3/+1
2010-07-06Fix "checked api failed"Anders Broman1-4/+4
2010-07-06From Brett Kuskie:Anders Broman1-41/+369
2010-07-06From Frank Schorr:Anders Broman1-0/+10
2010-07-06From Sven Eckelmann:Anders Broman1-26/+62
2010-07-06From Andrew Feren:Anders Broman1-20/+43
2010-07-06From Ian Schorr:Anders Broman2-121/+506
2010-07-05So many people who love to use easy to remember ports.Jörg Mayer1-11/+20
2010-07-05- Show droped packets counter after stopping a live capture.Anders Broman1-12/+20
2010-07-05From Jouni Malinen:Anders Broman1-76/+492
2010-07-05Change type back to 16-bit to fix buildbot.Martin Mathieson1-3/+3
2010-07-05Show grant-subframe from context info.Martin Mathieson3-2/+15
2010-07-05From Jouni Malinen:Anders Broman1-0/+3
2010-07-05From Jouni Malinen:Anders Broman1-0/+9
2010-07-05Add a checkbox to allow DCT errors to be included in generated display filter.Martin Mathieson1-1/+22
2010-07-05We have no first and second block when dumping bits view, so no adjustments.Stig Bjørlykke1-2/+3
2010-07-05Check range of supplied subframe number. If out, set back to max (9) andMartin Mathieson1-0/+5
2010-07-05For DL HARQ retx, support knowing result or not.Martin Mathieson4-59/+68
2010-07-05Revert COL_DSCP_VALUE back to value set in packet-ip.c.Stig Bjørlykke3-1/+3
2010-07-04[Automatic manuf and enterprise-numbers update for 2010-07-04]Gerald Combs2-9/+199
2010-07-02Code cleanup:Stig Bjørlykke1-1007/+986
2010-07-02STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -Guy Harris1-2/+0
2010-07-02Include <Winbase.h> to get error statuses.Guy Harris1-0/+1
2010-07-02Attempt to detect when dumpcap dies due to an exception and report thatGuy Harris1-4/+54
2010-07-02Have sync_pipe_wait_for_child() return the child's exit status onGuy Harris1-0/+9
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris2-7/+11
2010-07-01From Sven Eckelmann: Fix size of seqno in icmp packetsBill Meier1-5/+5
2010-07-01From Sven Eckelmann: Add support for v11 packet formatBill Meier1-0/+125
2010-07-01Don't add raw bytes to the tree.Gerald Combs2-7/+9
2010-07-01Have get_ber_length() set the length to 0 by default. This restores behaviorGerald Combs1-5/+5
2010-07-01Rework ethernet address resolution: step 3 of 3:Bill Meier1-141/+156