aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-05-04FALSE -> ENC_BIG_ENDIAN conversionpascal1-10/+10
2012-05-04Set up conversations for the FP data flow.Anders Broman1-8/+63
2012-05-04value_string_ext: Reorder entries in value_string arrays to get Binary Search...Jakub Zawadzki4-20/+20
2012-05-04Fix conflicting entries in CIP vendor list.Jakub Zawadzki1-1/+1
2012-05-04Dissect transport layer address NSAPAnders Broman2-10/+23
2012-05-04From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman3-0/+11
2012-05-04Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221Jeff Morriss1-2/+3
2012-05-03Don't use spaces before (and after) packet-waveagent.c entryBill Meier1-1/+1
2012-05-03General cleanup including:Bill Meier3-202/+162
2012-05-03More whitespace cleanup;Bill Meier1-117/+117
2012-05-03General cleanup:Bill Meier1-259/+297
2012-05-03General cleanup to include:Bill Meier12-4402/+5226
2012-05-03Fix a typo.Anders Broman1-1/+1
2012-05-03Fix a typo.Anders Broman1-1/+1
2012-05-03Fix Coverity CID 280809 (formerly CID 809): Uninitialized scalar variable.Chris Maynard1-3/+4
2012-05-03Delete extraneous return statement, which effectively made the entire dissect...Chris Maynard1-1/+1
2012-05-03Regenerated the file.Chris Maynard1-3/+3
2012-05-03Add back the missing line of code to increment the offset.Chris Maynard1-0/+1
2012-05-03Fix logic bug. I'm sure this was something Coverity found and I fixed but fo...Chris Maynard1-3/+3
2012-05-03From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard3-7/+11
2012-05-02Attempt to fix clang warnings (dead assignment, dereference of null pointer, ...pascal2-19/+13
2012-05-02Attempt to fix clang warnings (dead assignment and dereference of null pointer)pascal1-8/+7
2012-05-02Properly decrypt user-password according to http://tools.ietf.org/html/rfc286...Chris Maynard1-38/+44
2012-05-02Remove most blurbs (they do not have any added value) and fix a few typo errorspascal1-17/+17
2012-05-02Add missing updated file from previous commit.Anders Broman1-0/+1
2012-05-02From "oss.2nerds":Anders Broman4-3/+464
2012-05-02From Jim Wright:Anders Broman2-46/+146
2012-05-02From Evan Huus:Anders Broman3-0/+996
2012-05-02From David Wei:Anders Broman2-16/+111
2012-05-02Rename the NetMon 802.11 radio header and radiotap 802.11 radio headerGuy Harris8-18/+18
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris8-8/+151
2012-05-02Reflect the rename of packet-airopeek.c to packet-peekremote.c.Guy Harris1-1/+1
2012-05-02Rename packet-airopeek.c to packet-peekremote.c, and rename the protocolGuy Harris3-143/+157
2012-05-01Add new HTTP Status Codes from RFC 6585;Bill Meier1-7/+15
2012-05-01Indicate why the flags have a field width of 6.Guy Harris1-6/+8
2012-05-01Forgot to commit this change with r42341 which initializes 'type' to 0 to avo...Chris Maynard1-1/+1
2012-04-30No C++-style comments, please; some C compilers reject them.Guy Harris1-6/+6
2012-04-30Add some initializations to squelch (bogus) warnings (either the versionGuy Harris1-11/+11
2012-04-30Try to fix some Logic error (Function call argument is an uninitialized value...Alexis La Goutte1-23/+23
2012-04-30Rework code slightly:Bill Meier1-237/+219
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte8-73/+121
2012-04-30Parenthesize an expression to prevent a possible overflow resulting an incorr...Bill Meier1-1/+1
2012-04-30Remove unused variable not found by MSVC2010EE but found by OSX buildbot.Chris Maynard1-1/+0
2012-04-30Add Selective Directed Broadcast (RFC 1770) IP option dissection support.Chris Maynard1-3/+40
2012-04-30Don't use tabs in string constants;Bill Meier4-15/+15
2012-04-30Revert 3 conversions of spaces --> tabs (in text strings) done in SVN #42354.Bill Meier1-3/+3
2012-04-30From Martin Kaiser:pascal6-23/+23
2012-04-30Whitespace cleanup; reformat hf[] entries.Bill Meier1-976/+2041
2012-04-30Add MTU probe, MTU reply and Traceroute IP option dissection support.Chris Maynard1-17/+94
2012-04-30Update comments with the RRLP version currently dissectedpascal1-1/+1