aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-22Convert more dissectors to use hfinfo instead of hfindex.Jakub Zawadzki7-679/+799
2013-08-22Remove tree check when dissecting PCCH message so as to avoid filtering exper...Pascal Quantin2-13/+9
2013-08-22fix compiler warning on Debian wheezy (gcc 4.7.2)Martin Kaiser1-1/+2
2013-08-22Only enable the Linux kernel BPF JIT compiler if we're on Linux.Guy Harris1-10/+22
2013-08-22Fixed building documentation for Lua classes and functions containing digits.Stig Bjørlykke1-2/+2
2013-08-22On request from Tommy Wu:Anders Broman1-2/+17
2013-08-22Enable Kernel BPF JIT compiler from dumpcap.Anders Broman1-0/+21
2013-08-22Fix clang warning: comma at end of enumerator listChris Maynard1-1/+1
2013-08-22Added TvbRange strsize().Stig Bjørlykke1-0/+17
2013-08-22From Stephen Donnelly <stephen.donnelly@emulex.com>:Guy Harris1-1/+5
2013-08-22Back out the previous change, so I can check it in again with theGuy Harris1-5/+1
2013-08-22Copy over r51462 from trunk:Guy Harris1-1/+5
2013-08-22What was I thinking? ".caz" is used for compressed *Windows* SnifferGuy Harris1-2/+2
2013-08-22Move a brace outside an #ifdef, it was confusing vim's folding.Evan Huus1-2/+3
2013-08-22Don't look at packet or byte limits during the second pass of two-pass analysis.Evan Huus1-12/+0
2013-08-21The export PDU mechanism creates a new capture which contains only theMartin Kaiser4-33/+109
2013-08-21From Michael ReschlyMartin Kaiser3-0/+57
2013-08-21Make it possible to add custom Diameter AVP .xml files and distribute them by...Anders Broman6-3/+16
2013-08-21Arrange that "make distcheck" use the GUI configure flags used toGuy Harris2-1/+6
2013-08-21Fix typo errorsPascal Quantin1-3/+3
2013-08-21Fully parenthesize the isprint() macro.Chris Maynard1-1/+1
2013-08-21FromChun-Yeow via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9059Alexis La Goutte1-1/+79
2013-08-21From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Alexis La Goutte1-3/+11
2013-08-21small fix for r51448 isprint() is locale aware, we want just asciiJakub Zawadzki1-1/+1
2013-08-21Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)Chris Maynard2-56/+52
2013-08-20No need to initialize length_remaining to 0.Chris Maynard1-1/+1
2013-08-20Simplify find_delimiter() by making use of tvb_find_guint8().Chris Maynard1-28/+23
2013-08-20Clean-up ipxnet hash table in host_name_lookup_cleanup. Should fix the buildbotEvan Huus1-0/+5
2013-08-20Whitespace changes. Add modelines.Chris Maynard3-398/+323
2013-08-20Fix for bug #9034: Composite TVBs aren't supported by tvb_find_guint8()Jakub Zawadzki1-6/+31
2013-08-20Composite tvb (tvb_memcpy/tvb_get_ptr): don't assert with offset == tvb->leng...Jakub Zawadzki1-2/+12
2013-08-20If packet was modified fallback to generic cloneJakub Zawadzki1-4/+5
2013-08-20Fix clang warnings: Value stored to '[offset|length]' is never read.Chris Maynard1-6/+0
2013-08-20Fix clang warnings: Value stored to '[decrypted_]offset' is never read.Chris Maynard1-13/+8
2013-08-20Fix clang warning: Value stored to 'netl' is never read.Chris Maynard1-427/+436
2013-08-20Fix several instances of clang warnings: Value stored to 'length' is never readChris Maynard1-513/+581
2013-08-20Fix for Jörg Mayer1-0/+5
2013-08-20Mark an unused parameter.Anders Broman1-1/+1
2013-08-20Use g_hash_table() for ipxnet name resolution.Anders Broman2-41/+44
2013-08-20From Tommy Wu:Anders Broman1-6/+49
2013-08-20Add a valgrind suppressions file set to suppress the zlib error which otherwiseEvan Huus2-1/+17
2013-08-19Another acknowledgment number tweak: If the ACK flag wasn't set such that the...Chris Maynard1-1/+3
2013-08-19When using relative sequence numbers, don't scale acknowledgment numbers unle...Chris Maynard1-1/+3
2013-08-19Someone is bound to miss these expert info items, so add back expert info ite...Chris Maynard1-4/+16
2013-08-19Fix Coverity CID 1063335: Unused pointer value.Chris Maynard1-1/+1
2013-08-19Gather together dedicated DRX configuration, and make sure that itMartin Mathieson3-88/+648
2013-08-19Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9053 :Pascal Quantin2-10/+46
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin17-136/+70
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin3-6/+10
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin11-19/+38