summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-28Add support for 64 bit value string in Lua.Stig Bjørlykke1-12/+78
2013-07-28Explain what the big loop in update_properties_all() is doing, andGuy Harris1-24/+108
2013-07-28Add a comment.Guy Harris1-1/+3
2013-07-28Much simpler (and possibly faster) fix for the 64-bit value string label issue.Evan Huus1-24/+8
2013-07-28As caught by Stig: 64-bit value strings could print the field name twice.Evan Huus1-18/+25
2013-07-28Update to handle version 9.Anders Broman6-18/+1637
2013-07-28From David Richards via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-0/+5
2013-07-28Looks like cfilter_combo_utils.c got removed.Jörg Mayer1-1/+0
2013-07-28Added more build artefacts to the clean targetGraham Bloice2-2/+2
2013-07-28Align info column for UM MCCH/MTCH PDUsPascal Quantin1-1/+6
2013-07-28[Automatic manuf, services and enterprise-numbers update for 2013-07-28]Gerald Combs1-4/+48
2013-07-28clean target misses some build artefacts; capinfos.lib and editcap.libGraham Bloice1-1/+1
2013-07-28Don't force the allocator choice in the data-structure tests, we want to be ableEvan Huus1-10/+10
2013-07-28Fix a bug in the gc routine discovered while formally working out parts of theEvan Huus2-11/+29
2013-07-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8841 :Pascal Quantin1-3/+37
2013-07-28From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-0/+2
2013-07-28Store protocol fields in single linked list, saves about 1 MB of memory.Jakub Zawadzki1-11/+12
2013-07-28Improved info column with multiple pdu's in a frameGraham Bloice1-5/+17
2013-07-28Get rid of some unused variables.Guy Harris1-207/+395
2013-07-28dfilter: move convertion to byte to seperate functionJakub Zawadzki1-33/+23
2013-07-28Fix compile error that resulted from whitespace cleanup.Michael Mann1-1/+1
2013-07-28Make many items filterable for Vines dissectors.Michael Mann6-493/+454
2013-07-28Little optimizations.Evan Huus1-6/+5
2013-07-27Little things make big differences: somehow while I was experimenting thisEvan Huus1-1/+3
2013-07-27Small optimization: conjoin two mutually exclusive ifs with an else.Evan Huus1-3/+4
2013-07-27Simplify out an addition that happened a lot by performing it once on theEvan Huus1-10/+8
2013-07-27Have separate lists of recent capture filters for all interfaces, inGuy Harris8-135/+167
2013-07-27Redesign of the wmem block allocator.Evan Huus1-298/+371
2013-07-27Use a #define, tweak a comment.Evan Huus1-2/+2
2013-07-27Clean up indentation.Guy Harris1-1/+1
2013-07-27make some variables staticJakub Zawadzki2-4/+5
2013-07-27Support drange for functionsJakub Zawadzki2-5/+16
2013-07-27Some more work related to bug #8979 and previous commitJakub Zawadzki1-7/+16
2013-07-27Fix bug #8979: Comparing function call and a range in the filter crashes Wire...Jakub Zawadzki4-38/+68
2013-07-27if we capture on multiple interfaces, the output file will be pcapn-ngMartin Kaiser1-5/+6
2013-07-27add --capture-comment to dumpcap's manpageMartin Kaiser1-0/+9
2013-07-27only one --capture-comment option may be given to dumpcapMartin Kaiser1-0/+4
2013-07-27command line option --capture-comment for dumpcapMartin Kaiser3-1/+15
2013-07-27use capture_comment from the capture_options structureMartin Kaiser1-1/+9
2013-07-27add capture_comment to the capture_options structureMartin Kaiser2-0/+4
2013-07-27Add the proper license header and attribution to Balint's git-compare-abis sc...Evan Huus1-2/+23
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus4-2/+50
2013-07-26Switch on field length for the length_min/max fields of IPFix. Like severalEvan Huus1-4/+34
2013-07-26Squelch MSVC warnings. It doesn't know that DISSECTOR_ASSERT_NOT_REACHED doesn'tEvan Huus1-0/+5
2013-07-26Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus5-18/+157
2013-07-26Give more detailed diagnostics for errors.Guy Harris1-11/+48
2013-07-26Send error messages to the standard error, and include the program nameGuy Harris1-4/+8
2013-07-26The descriptive name for a field is the field full name; the name usedGuy Harris1-4/+4
2013-07-26Add support for common FT_ETHER cases.Michael Mann1-2/+5
2013-07-26Add display filters courtesy of convert_proto_tree_add_text.plMichael Mann1-63/+78