aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From Dirk via bug #5771: Add heuristic dissector for images and HTTP Stephen Fisher2011-03-224-6/+53
* We have to initialize the elements of the fdata->col_text array to nullGuy Harris2011-03-221-8/+1
* Copy expert_tapdata_t here so that expert_dlg.h is no longer needed.Jeff Morriss2011-03-221-1/+2
* There can be up to 15 DL HARQ processes (depending upon TDD config index).Martin Mathieson2011-03-221-3/+3
* Fix a typoJeff Morriss2011-03-221-1/+1
* Pass pointers to structs instead of struct values to create_ntlmssp_v2_key.Stig Bjørlykke2011-03-221-5/+5
* Allocate space for null termination in make_basename.Stig Bjørlykke2011-03-221-2/+2
* Close fp in error case in ssl_parse_key_list to avoid leakage.Stig Bjørlykke2011-03-221-0/+1
* Rewrote error reporting to avoid using a 2048 bytes stack buffer.Stig Bjørlykke2011-03-221-4/+4
* Corrected hack for TAPA by checking for "not IPv4".Stig Bjørlykke2011-03-221-1/+1
* Coverity 1167Ronnie Sahlberg2011-03-221-4/+29
* Coverity 1168Ronnie Sahlberg2011-03-221-3/+3
* Coverity 512Ronnie Sahlberg2011-03-221-3/+6
* Coverity 323Ronnie Sahlberg2011-03-221-1/+1
* - Add 9.4.5 IMEISV IE dissectionAnders Broman2011-03-221-6/+29
* Coverity 420Ronnie Sahlberg2011-03-221-7/+4
* Use the same style in netscreen_seek_read() that we use inGuy Harris2011-03-221-1/+5
* Make expert_tapdata_t opaque to its clients; define the structure onlyGuy Harris2011-03-222-26/+3
* Remove the Exper info dialogue.Anders Broman2011-03-222-3/+420
* When we allocate the col_text array, initialize it to a bunch ofGuy Harris2011-03-221-14/+28
* Re-arrange code so Coverity Prevent doesn't falsely report several INFINITE_L...Bill Meier2011-03-221-1840/+1842
* Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h...Sake Blok2011-03-211-1/+1
* Fix an "infinite loop" defect reported by Coverity Prevent (Coverity 430 (run...Bill Meier2011-03-211-1/+1
* Corrected decoding of oid values with length 5.Stig Bjørlykke2011-03-211-5/+5
* Re-arrange code slightly to remove a false positive Coverity Prevent "Forward...Bill Meier2011-03-211-20/+23
* Added some casts to fix coverity 325.Stig Bjørlykke2011-03-211-2/+2
* Add a comment re a "suspicious" sizeof() reported by Coverity Prevent.Bill Meier2011-03-211-0/+2
* Don't close file handle if a file write error; (caller does the close)Bill Meier2011-03-211-6/+5
* Fix a comment; Use consistent indentatation & formatting.Bill Meier2011-03-211-2353/+2360
* #if out another unused routine.Jeff Morriss2011-03-211-0/+2
* From Jakub Zawadzki via wireshark-dev: Fix comment.Chris Maynard2011-03-211-1/+1
* #if 0-out an unused routine.Guy Harris2011-03-211-1/+2
* Add Python 3 support via 2to3.Gerald Combs2011-03-201-21/+21
* expert_dlg.c:603: warning: 'expert_dlg_cb' defined but not usedAnders Broman2011-03-201-1/+3
* Don't register the Exper info dialogue as a first step of removal.Anders Broman2011-03-201-7/+0
* [Automatic manuf, services and enterprise-numbers update for 2011-03-20]Gerald Combs2011-03-203-45/+233
* Added a configure message when having c-ares instead of adns.Stig Bjørlykke2011-03-201-1/+5
* From Roland Knall <rknall [AT] gmail.com>: allow heuristic subdissectorsGuy Harris2011-03-202-1/+18
* Clean up indentation.Guy Harris2011-03-201-7/+7
* From James Deucker via bug 5766:Stig Bjørlykke2011-03-191-1/+1
* From Alexis La Goutte submitted in bug 5759: Use ENC_NA where appropriate.Chris Maynard2011-03-181-27/+9
* All fields are little-endian. Fixes bug 5759 reported by Tang Fulin.Chris Maynard2011-03-171-36/+36
* Don't clobber the capinfos data if we have a valid capture file. ThisGerald Combs2011-03-171-6/+4
* Respond to most of the clang warnings for this dissector.Martin Mathieson2011-03-171-14/+7
* From Jakub Zawadzki: Simpler patch to resolve bug 5755 to properly display allChris Maynard2011-03-171-3/+1
* As per bug 5751, these header files are no longer needed/used.Jeff Morriss2011-03-172-615/+0
* Add README.heuristic to the source distributionJeff Morriss2011-03-171-0/+1
* Avoid some unnecessary assignments (as reported by clang).Martin Mathieson2011-03-162-22/+6
* Don't increment after reading last outheader value (as reported by clang).Martin Mathieson2011-03-161-5/+5
* Avoid having large buffers on the stack (as noted in VS Code Analyzer warnings).Martin Mathieson2011-03-161-3/+3