aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Use tvb_new_subset_length() rather than tvb_new_subset().Guy Harris1-1/+1
2014-09-16Fix compilation in weird casesEvan Huus1-3/+3
2014-09-16Fix the patch-bzip2 target.Gerald Combs11-12/+12
2014-09-16Fix typo in French translation.Jeff Morriss2-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier33-65/+65
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier54-146/+146
2014-09-16Fix some logically dead code reported by Coverity (CIDs 1158807, 1158808, 122...Jeff Morriss1-13/+11
2014-09-15expert.[hc] Minor changes:Bill Meier2-94/+119
2014-09-15Handle SRVLOC-over-TCP like other XXX-over-TCP protocols.Guy Harris1-19/+1
2014-09-15dissect the alphanumeric message that's part of operation 30Martin Kaiser1-1/+1
2014-09-15Show RRC Release cause in the Info columnMartin Mathieson2-1/+12
2014-09-15Clean up handling of the message type.Guy Harris1-7/+5
2014-09-15USB feature selectors now per USB 3.1 specSean O. Stalley1-9/+92
2014-09-14TRY_TO_FAKE_THIS_ITEM() doesn't take a tvbuff_t * argument.Guy Harris1-1/+1
2014-09-14Don't try to set the length, end, or text of a faked item.Jeff Morriss1-15/+16
2014-09-14Revert "Only fake an item by returning 'tree' if they use the same TVB"Jeff Morriss1-45/+44
2014-09-14Consistent white space.Guy Harris2-1511/+1521
2014-09-14[Automatic manuf, services and enterprise-numbers update for 2014-09-14]Gerald Combs4-11/+420
2014-09-14Show BER identifiers and lengths in SNMP variable bindings.Guy Harris2-53/+45
2014-09-14Don't use the captured length as the packet length.Guy Harris1-50/+45
2014-09-14Don't use the captured length, and don't fetch the version until we need it.Guy Harris2-27/+35
2014-09-13Clean up indentation.Guy Harris2-259/+259
2014-09-13update the URL of the specificationMartin Kaiser1-1/+2
2014-09-13GTK+: Make sure we package up Wireshark-gtk.pdb.Gerald Combs1-5/+5
2014-09-13when we check the parameter for upper(), lower() or len(),Martin Kaiser1-1/+1
2014-09-13README.dissector was split from README.developer in 2013 - update someJoerg Mayer7-32/+34
2014-09-12IPSec: fix compilation when building without libgcryptPascal Quantin1-17/+16
2014-09-12Treat a length of -1 as a Very Large Length in most cases.Guy Harris1-1/+7
2014-09-12Register hfi_rip_zero_padding.Guy Harris1-1/+3
2014-09-12Do FT_{U}INT64 the same way we do other FT_{U}INTn types.Guy Harris1-119/+117
2014-09-12proto_tree_add_text cleanupMichael Mann15-591/+648
2014-09-11Add some additional checks in SnifferDecompress().Guy Harris1-10/+29
2014-09-11Show the sctp.checksum_bad filter rather than hiding it.Jeff Morriss1-23/+25
2014-09-11packet-cfm.c: Update some comments; Add editor modelines.Bill Meier1-11/+21
2014-09-11Don't use tvb_bytes_exist() to check if we captured the whole frame, justJeff Morriss1-11/+11
2014-09-11packet-cfm.c: Fix Bug 10385: "Ethernet OAM (CFM) frames including TLV's are w...Bill Meier1-1/+1
2014-09-11Fix an incorrect commentMartin Mathieson1-1/+3
2014-09-11Code simplification from Hadriels abandoned change.AndersBroman1-36/+29
2014-09-11Do simple sequence analysis on ESP Sequence Number fieldMartin Mathieson1-12/+181
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann11-240/+342
2014-09-11Clarify that 16777229 is the AppID for 3GPP Rx Release 6.Jeff Morriss1-3/+3
2014-09-11Make all "padding" fields filterableMichael Mann8-36/+73
2014-09-10Update to V12.2.0 (2014-06), remove deprecated APIsAndersBroman8-165/+1551
2014-09-10packet-netflow.c: fix bug: "top-of-stack" --> "bottom-of-stack"Bill Meier1-1/+1
2014-09-10Various minor changes:Bill Meier16-1359/+1507
2014-09-10Update to revission V12.2.0 (2014-06)AndersBroman9-194/+899
2014-09-10packet-opensafety.c: Fix two bugs:Bill Meier1-42/+44
2014-09-10Minor performance tweaks:AndersBroman1-14/+15
2014-09-10Make expert info text less verbose for missing ICMP response - no point in in...Martin Mathieson1-2/+1
2014-09-10Replace deprecated tvb_length callsEvan Huus11-88/+79