aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of declaration of non-existent routine.Guy Harris2012-05-041-1/+0
* From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman2012-05-047-36/+530
* From Evan Huus: - Make sure that unsupported link-layer types *always* have a...Anders Broman2012-05-042-21/+57
* Make everything static that doesn't need to be exported.Guy Harris2012-05-041-19/+19
* Fix indentation.Guy Harris2012-05-041-3/+3
* Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221Jeff Morriss2012-05-041-2/+3
* Don't use spaces before (and after) packet-waveagent.c entryBill Meier2012-05-031-1/+1
* General cleanup including:Bill Meier2012-05-033-202/+162
* More whitespace cleanup;Bill Meier2012-05-031-117/+117
* General cleanup:Bill Meier2012-05-031-259/+297
* General cleanup to include:Bill Meier2012-05-0312-4402/+5226
* Fix a typo.Anders Broman2012-05-031-1/+1
* Fix a typo.Anders Broman2012-05-031-1/+1
* Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.Chris Maynard2012-05-032-3/+5
* Delete extraneous return statement, which effectively made the entire dissect...Chris Maynard2012-05-031-1/+1
* Regenerated the file.Chris Maynard2012-05-031-3/+3
* Add back the missing line of code to increment the offset.Chris Maynard2012-05-031-0/+1
* Fix logic bug. I'm sure this was something Coverity found and I fixed but fo...Chris Maynard2012-05-031-3/+3
* Add Klaus Heckelmann to the list of Wireshark authors for his contribution to...Chris Maynard2012-05-031-0/+1
* From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard2012-05-035-21/+27
* Attempt to fix clang warnings (dead assignment, dereference of null pointer, ...pascal2012-05-022-19/+13
* Add a file_skip() routine to skip N bytes forward in the file - it'sGuy Harris2012-05-022-7/+19
* Put all the comments about the "don't check the CRC" flag together, andGuy Harris2012-05-021-11/+10
* Attempt to fix clang warnings (dead assignment and dereference of null pointer)pascal2012-05-021-8/+7
* Properly decrypt user-password according to http://tools.ietf.org/html/rfc286...Chris Maynard2012-05-021-38/+44
* Remove most blurbs (they do not have any added value) and fix a few typo errorspascal2012-05-021-17/+17
* Add missing updated file from previous commit.Anders Broman2012-05-021-0/+1
* From "oss.2nerds":Anders Broman2012-05-024-3/+464
* From Jim Wright:Anders Broman2012-05-022-46/+146
* From Evan Huus:Anders Broman2012-05-023-0/+996
* From Gabor Somlai:Anders Broman2012-05-021-0/+1
* From David Wei:Anders Broman2012-05-022-16/+111
* Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris2012-05-029-19/+19
* Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris2012-05-0214-106/+184
* Reflect the rename of packet-airopeek.c to packet-peekremote.c.Guy Harris2012-05-021-1/+1
* Rename packet-airopeek.c to packet-peekremote.c, and rename the protocolGuy Harris2012-05-023-143/+157
* Remove unnecessary null-pointer check.Guy Harris2012-05-011-4/+2
* Add copyright notices. Fix SVN properties on svnadd.Jeff Morriss2012-05-014-8/+68
* Fix 2 redundant redeclaration warnings and a bug where logical AND (&&) was i...Chris Maynard2012-05-011-4/+1
* Add new HTTP Status Codes from RFC 6585;Bill Meier2012-05-011-7/+15
* Indicate why the flags have a field width of 6.Guy Harris2012-05-011-6/+8
* Forgot to commit this change with r42341 which initializes 'type' to 0 to avo...Chris Maynard2012-05-011-1/+1
* No C++-style comments, please; some C compilers reject them.Guy Harris2012-04-301-6/+6
* The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris2012-04-301-8/+0
* Add some initializations to squelch (bogus) warnings (either the versionGuy Harris2012-04-301-11/+11
* Try to fix some Logic error (Function call argument is an uninitialized value...Alexis La Goutte2012-04-301-23/+23
* Rework code slightly:Bill Meier2012-04-301-237/+219
* Switch to UTF-8 for remote encodings to match what the IEEE SA isGerald Combs2012-04-302-102/+106
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-04-308-73/+121
* Parenthesize an expression to prevent a possible overflow resulting an incorr...Bill Meier2012-04-301-1/+1