aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07From Pascal Quantin: Add offset of 1 to FMS.Martin Mathieson1-1/+1
svn path=/trunk/; revision=33467
2010-07-07Try limiting our stack size.Gerald Combs1-3/+10
svn path=/trunk/; revision=33466
2010-07-07Remove the #ifdefs and code related to the switch to gtk_combo_box().Anders Broman4-93/+6
svn path=/trunk/; revision=33465
2010-07-07Fix infinite recursion reported in ↵Jeff Morriss1-56/+57
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4984 : In try_get_ber_length() make sure we move forward before recursing. svn path=/trunk/; revision=33464
2010-07-07Some dissectors are added in dissectors/dcerpc/CMakeLists.txtJörg Mayer1-3/+4
Remove them here. svn path=/trunk/; revision=33463
2010-07-07Synchronize dissector lists between CMakeLists.txt andJörg Mayer2-20/+24
dissectors/Makefile.common: The following dissectors were missing from CM: dissectors/packet-dcerpc-budb.c dissectors/packet-dcerpc-butc.c dissectors/packet-dcerpc-drsuapi.c dissectors/packet-gsmtap.c Both: Whitespace fixes and reordering. svn path=/trunk/; revision=33462
2010-07-07I added PCAP_NETMASK_UNKNOWN in libpcap 1.1.0; it's not present inGuy Harris1-0/+4
1.0.0. You're supposed to just use 0 in releases prior to 1.1.0 - in 1.1.0 and later, a netmask of PCAP_NETMASK_UNKNOWN will cause errors if you try to use "ip broadcast" (as you need the netmask to check for local broadcasts), but, prior to that, the netmask value is blindly used even if the filter will always fail. svn path=/trunk/; revision=33461
2010-07-06Add a target which creates a zip file containing our .pdb files.Gerald Combs1-0/+6
svn path=/trunk/; revision=33460
2010-07-06Add button to look at compiled BPF. Jaap Keuter1-1/+79
This allows to test and experiment with BPF expressions, before launching the capture itself. svn path=/trunk/; revision=33459
2010-07-06Don't set SDKROOT - which SDK we want depends on which OS we want thisGuy Harris1-3/+0
to run on, and not setting it should default to the OS on which we're building it (as opposed to an OS for which we might not *have* an SDK). svn path=/trunk/; revision=33458
2010-07-06Fix for bug 4982:Jaap Keuter1-1/+13
Handle concatenated Status and other message. svn path=/trunk/; revision=33457
2010-07-06Limit the number of operations to 128 (arbitrary number) to keep us from ↵Jeff Morriss1-96/+112
attempting to mallocate way too much memory. This fixes the fuzz failure reported in bug 4976. svn path=/trunk/; revision=33456
2010-07-06Add miising else handling a zero msg_auth_code.Anders Broman1-1/+7
svn path=/trunk/; revision=33455
2010-07-06Use G_GINT64_CONSTANT() to make a 64-bit all-bits-set constant.Guy Harris1-2/+2
svn path=/trunk/; revision=33454
2010-07-06No need to add a fake field with the opcode as a string - you can justGuy Harris1-25/+0
compare the real opcode field against a string. svn path=/trunk/; revision=33452
2010-07-06Try checking for G_MAXUINT64 instead of 0xffffffffffffffff.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=33451
2010-07-06Removed non-ASCII characters.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33450
2010-07-06Fix the build on OSX.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=33449
2010-07-06Fix:Anders Broman1-3/+1
packet-nfs.c:699: warning: type defaults to 'int' in declaration of 'nfsv4_operation_tiers' packet-nfs.c:9583: warning: unused variable 'saved_fh_hash' packet-nfs.c:9580: warning: unused variable 'name' svn path=/trunk/; revision=33448
2010-07-06Fix "checked api failed"Anders Broman1-4/+4
svn path=/trunk/; revision=33447
2010-07-06From Brett Kuskie:Anders Broman1-41/+369
Enhancement of the dcerpc-svcctl dissector. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4858 svn path=/trunk/; revision=33446
2010-07-06From Frank Schorr:Anders Broman1-0/+10
The packet-nbns.c dissector picks random data as the NBSS PDU length in certain situations. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4914 svn path=/trunk/; revision=33445
2010-07-06From Sven Eckelmann:Anders Broman1-26/+62
Dissector/packet-batadv: Add support for icmp rr. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4922 svn path=/trunk/; revision=33444
2010-07-06From Andrew Feren:Anders Broman1-20/+43
Several small fixes to NetFlow decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4962 svn path=/trunk/; revision=33443
2010-07-06From Ian Schorr:Anders Broman2-121/+506
NFSv4 usability enhancements (Info column summaries, filterable fields). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4975 svn path=/trunk/; revision=33442
2010-07-05So many people who love to use easy to remember ports.Jörg Mayer1-11/+20
Improve heuristics to exclude cases where the traffic definitely isn't Cisco's IPSEC inside TCP. Does this obsolete the NDMP protocol check? svn path=/trunk/; revision=33441
2010-07-05- Show droped packets counter after stopping a live capture.Anders Broman1-12/+20
- Don't show "Load time" during live capture. - Fix indentation and minor changes to comments. Should ignored packets be shown also when drops is known? svn path=/trunk/; revision=33440
2010-07-05From Jouni Malinen:Anders Broman1-76/+492
Add dissecting for IEEE 802.11u GAS frames. svn path=/trunk/; revision=33439
2010-07-05Change type back to 16-bit to fix buildbot.Martin Mathieson1-3/+3
Will change subframe numbers to 8-bit later. svn path=/trunk/; revision=33438
2010-07-05Show grant-subframe from context info.Martin Mathieson3-2/+15
svn path=/trunk/; revision=33437
2010-07-05From Jouni Malinen:Anders Broman1-0/+3
Add dissecting for SA Query Action frames (IEEE 802.11w) svn path=/trunk/; revision=33436
2010-07-05From Jouni Malinen:Anders Broman1-0/+9
Add a proto tree item for Current Channel in DS Parameter Set element. svn path=/trunk/; revision=33435
2010-07-05Add a checkbox to allow DCT errors to be included in generated display filter.Martin Mathieson1-1/+22
svn path=/trunk/; revision=33434
2010-07-05We have no first and second block when dumping bits view, so no adjustments.Stig Bjørlykke1-2/+3
svn path=/trunk/; revision=33433
2010-07-05Check range of supplied subframe number. If out, set back to max (9) andMartin Mathieson1-0/+5
add expert info error. Should fix bug 4970. svn path=/trunk/; revision=33432
2010-07-05For DL HARQ retx, support knowing result or not.Martin Mathieson4-59/+68
svn path=/trunk/; revision=33431
2010-07-05Revert COL_DSCP_VALUE back to value set in packet-ip.c.Stig Bjørlykke3-1/+3
Right justify COL_DSCP_VALUE (and COL_DCE_CALL as in the old packet list). svn path=/trunk/; revision=33430
2010-07-04[Automatic manuf and enterprise-numbers update for 2010-07-04]Gerald Combs2-9/+199
svn path=/trunk/; revision=33426
2010-07-02Code cleanup:Stig Bjørlykke1-1007/+986
- Use ep_strdup_printf instead of ep_alloc + g_snprintf - Untabify svn path=/trunk/; revision=33414
2010-07-02STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -Guy Harris1-2/+0
we'd have to include some other headers to get it defined. Get rid of the include of Winbase.h - it doesn't define STATUS_UNWIND_CONSOLIDATE, and it's not necessary. svn path=/trunk/; revision=33413
2010-07-02Include <Winbase.h> to get error statuses.Guy Harris1-0/+1
svn path=/trunk/; revision=33412
2010-07-02Attempt to detect when dumpcap dies due to an exception and report thatGuy Harris1-4/+54
appropriately. svn path=/trunk/; revision=33411
2010-07-02Have sync_pipe_wait_for_child() return the child's exit status onGuy Harris1-0/+9
Windows, just as we do on UN*X. svn path=/trunk/; revision=33410
2010-07-02oid_encoded2string() returns a const char *; don't assign it to a charGuy Harris2-7/+11
*. Don't declare variables in the middle of a block; not all the compilers we use support that. svn path=/trunk/; revision=33409
2010-07-01From Sven Eckelmann: Fix size of seqno in icmp packetsBill Meier1-5/+5
See Bug #4921: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4921 svn path=/trunk/; revision=33405
2010-07-01From Sven Eckelmann: Add support for v11 packet formatBill Meier1-0/+125
"Please add support for v11 ogm packets used in linux 2.6.36" See: Bug #4920: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4920 svn path=/trunk/; revision=33404
2010-07-01Don't add raw bytes to the tree.Gerald Combs2-7/+9
svn path=/trunk/; revision=33403
2010-07-01Have get_ber_length() set the length to 0 by default. This restores behaviorGerald Combs1-5/+5
that was lost recently. svn path=/trunk/; revision=33402
2010-07-01Rework ethernet address resolution: step 3 of 3:Bill Meier1-141/+156
- Primarily: ethernet name lookup returns either unresolved or resolved ethernet name depending upon whether MAC Name resolution is disabled or enabled. Previously: Unresolved or resolved name cached at first reference and then always returned for future references no matter whether MAC Name Resolution was enabled or disabled. - Also: Refactor ethernet, manuf & well-known-addr related code; ToDo: (separately): Redisplay when 'MAC name resolution' enabled/disabled. svn path=/trunk/; revision=33401
2010-07-01Recreate the packet list on DND columns.Stig Bjørlykke1-0/+41
This is a quick'n'dirty fix and not optimal, but it fixes the problems we have with DND columns. We have to rewrite new_packet_list_recreate() to handle both new, delete and reorder columns. svn path=/trunk/; revision=33400